Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.mapreduce | |
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 |
IntegrationTestIngestWithMOB
Integration Test for MOB ingest.
|
class |
IntegrationTestIngestWithTags |
class |
IntegrationTestIngestWithVisibilityLabels |
class |
IntegrationTestMobCompaction
An integration test to detect regressions in HBASE-22749.
|
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 |
IntegrationTestFileBasedSFTBulkLoad
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 |
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 |
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.