Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.test |
Modifier and Type | Class and Description |
---|---|
class |
IntegrationTestAcidGuarantees
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 |
IntegrationTestDDLMasterFailover
Integration test that verifies Procedure V2.
|
class |
IntegrationTestIngest
A base class for tests that do something with the cluster while running
LoadTestTool to write and verify some data. |
class |
IntegrationTestIngestStripeCompactions
A test class that does the same things as IntegrationTestIngest but with stripe
compactions.
|
class |
IntegrationTestIngestWithACL
/**
An Integration class for tests that does something with the cluster while running
LoadTestTool to write and verify some data. |
class |
IntegrationTestIngestWithEncryption |
class |
IntegrationTestIngestWithTags |
class |
IntegrationTestIngestWithVisibilityLabels |
class |
IntegrationTestRegionReplicaPerf
Test for comparing the performance impact of region replicas.
|
class |
IntegrationTestRegionReplicaReplication
Integration test for testing async wal replication to secondary region replicas.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegrationTestBulkLoad
Test Bulk Load and MR on a distributed cluster.
|
class |
IntegrationTestTableSnapshotInputFormat
An integration test to test
TableSnapshotInputFormat which enables
reading directly from snapshot files without going through hbase servers. |
Modifier and Type | Class and Description |
---|---|
class |
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 |
IntegrationTestBigLinkedListWithVisibility
IT test used to verify the deletes with visibility labels.
|
class |
IntegrationTestLoadAndVerify
A large test which loads a lot of data that has internal references, and
verifies the data.
|
class |
IntegrationTestReplication
This is an integration test for replication.
|
class |
IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
Extends
IntegrationTestTimeBoundedRequestsWithRegionReplicas for multi-gets
Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas
the addition options here are: |
class |
IntegrationTestTimeBoundedRequestsWithRegionReplicas
An IntegrationTest for doing reads with a timeout, to a read-only table with region
replicas.
|
class |
IntegrationTestWithCellVisibilityLoadAndVerify
A large test which loads a lot of data with cell visibility, and verifies the data.
|