Uses of Class
org.apache.hadoop.hbase.IntegrationTestBase
Package
Description
-
Uses of IntegrationTestBase in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
This Integration Test verifies acid guarantees across column families by frequently writing values to rows with multiple column families and concurrently reading entire rows that expect all column families.class
An integration test to detect regressions in HBASE-7912.class
Integration test that verifies Procedure V2.class
A base class for tests that do something with the cluster while runningLoadTestTool
to write and verify some data.class
A test class that does the same things as IntegrationTestIngest but with stripe compactions.class
/** An Integration class for tests that does something with the cluster while runningLoadTestTool
to write and verify some data.class
class
Integration Test for MOB ingest.class
class
class
An integration test to detect regressions in HBASE-22749.class
Test for comparing the performance impact of region replicas.class
Integration test for testing async wal replication to secondary region replicas. -
Uses of IntegrationTestBase in org.apache.hadoop.hbase.mapreduce
Modifier and TypeClassDescriptionclass
Test Bulk Load and MR on a distributed cluster.class
Test Bulk Load and MR on a distributed cluster.class
An integration test to testTableSnapshotInputFormat
which enables reading directly from snapshot files without going through hbase servers. -
Uses of IntegrationTestBase in org.apache.hadoop.hbase.test
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
This is an integration test borrowed from goraci, written by Keith Turner, which is in turn inspired by the Accumulo test called continous ingest (ci).class
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
IT test used to verify the deletes with visibility labels.class
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
A large test which loads a lot of data that has internal references, and verifies the data.class
org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl
This integration test loads successful resource retrieval records from the Common Crawl (https://commoncrawl.org/) public dataset into an HBase table and writes records that can be used to later verify the presence and integrity of those records.class
org.apache.hadoop.hbase.test.IntegrationTestReplication
This is an integration test for replication.class
org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
ExtendsIntegrationTestTimeBoundedRequestsWithRegionReplicas
for multi-gets Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas the addition options here are:class
org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
An IntegrationTest for doing reads with a timeout, to a read-only table with region replicas.class
org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
A large test which loads a lot of data with cell visibility, and verifies the data.