Package org.apache.hadoop.hbase.test


package org.apache.hadoop.hbase.test
  • Class
    Description
    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).
    org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
    IT test used to verify the deletes with visibility labels.
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
    A large test which loads a lot of data that has internal references, and verifies the data.
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher
    Tool to search missing rows in WALs and hfiles.
    org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.WALSearcher.WALMapperSearcher
    The actual searcher mapper.
    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.
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.Counts
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.HBaseKeyWritable
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.Loader
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.Loader.LoaderMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.OneFilePerMapperSFIF<K,V>
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.Verify
     
    org.apache.hadoop.hbase.test.IntegrationTestLoadCommonCrawl.Verify.VerifyMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestMonkeys
    This is an integration test for showing a simple usage of how to use Monkeys to control ChaosMonkeyRunner.
    org.apache.hadoop.hbase.test.IntegrationTestReplication
    This is an integration test for replication.
    org.apache.hadoop.hbase.test.IntegrationTestReplication.ClusterID
    Wrapper around an HBase ClusterID allowing us to get admin connections and configurations for it
    org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas
    Extends IntegrationTestTimeBoundedRequestsWithRegionReplicas for multi-gets Besides the options already talked about in IntegrationTestTimeBoundedRequestsWithRegionReplicas the addition options here are:
    org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
    An IntegrationTest for doing reads with a timeout, to a read-only table with region replicas.
    org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
     
    org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
    A large test which loads a lot of data with cell visibility, and verifies the data.
    org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.VerifyMapper
     
    org.apache.hadoop.hbase.test.IntegrationTestZKAndFSPermissions
    An integration test which checks that the znodes in zookeeper and data in the FileSystem are protected for secure HBase deployments.
    org.apache.hadoop.hbase.test.MetricsAssertHelper
    Interface of a class to make assertions about metrics values.
    org.apache.hadoop.hbase.test.MetricsAssertHelperImpl
    A helper class that will allow tests to get into hadoop2's metrics2 values.