Interface | Description |
---|---|
MetricsAssertHelper |
Interface of a class to make assertions about metrics values.
|
Class | Description |
---|---|
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).
|
IntegrationTestBigLinkedListWithVisibility |
IT test used to verify the deletes with visibility labels.
|
IntegrationTestLoadAndVerify |
A large test which loads a lot of data that has internal references, and
verifies the data.
|
IntegrationTestLoadAndVerify.LoadMapper | |
IntegrationTestLoadAndVerify.VerifyMapper | |
IntegrationTestLoadAndVerify.VerifyReducer | |
IntegrationTestLoadAndVerify.WALSearcher |
Tool to search missing rows in WALs and hfiles.
|
IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher |
The actual searcher mapper.
|
IntegrationTestReplication |
This is an integration test for replication.
|
IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas |
Extends
IntegrationTestTimeBoundedRequestsWithRegionReplicas for multi-gets
Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas
the addition options here are: |
IntegrationTestTimeBoundedRequestsWithRegionReplicas |
An IntegrationTest for doing reads with a timeout, to a read-only table with region
replicas.
|
IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader | |
IntegrationTestWithCellVisibilityLoadAndVerify |
A large test which loads a lot of data with cell visibility, and verifies the data.
|
IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper | |
IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper | |
IntegrationTestZKAndFSPermissions |
An integration test which checks that the znodes in zookeeper and data in the FileSystem
are protected for secure HBase deployments.
|
MetricsAssertHelperImpl |
A helper class that will allow tests to get into hadoop2's metrics2 values.
|