Package org.apache.hadoop.hbase.client
Class TestAsyncTableRegionReplicasScan
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasRead
org.apache.hadoop.hbase.client.TestAsyncTableRegionReplicasScan
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasReadAbstractTestAsyncTableRegionReplicasRead.FailPrimaryGetCP
- 
Field SummaryFieldsFields inherited from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasReadASYNC_CONN, FAIL_PRIMARY_GET, FAMILY, getTable, QUALIFIER, REPLICA_COUNT, REPLICA_ID_TO_COUNT, ROW, TABLE_NAME, TEST_UTIL, testName, VALUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static byte[]getRow(int i) private static byte[]getValue(int i) protected voidreadAndCheck(org.apache.hadoop.hbase.client.AsyncTable<?> table, int replicaId) static voidMethods inherited from class org.apache.hadoop.hbase.client.AbstractTestAsyncTableRegionReplicasReadgetPrimaryGetCount, getSecondaryGetCount, params, startClusterAndCreateTable, tearDownAfterClass, testNoReplicaRead, testReadSpecificReplica, testReplicaRead, waitUntilAllReplicasHaveRow
- 
Field Details- 
CLASS_RULE
- 
ROW_COUNT
 
- 
- 
Constructor Details- 
TestAsyncTableRegionReplicasScanpublic TestAsyncTableRegionReplicasScan()
 
- 
- 
Method Details- 
getRow
- 
getValue
- 
setUpBeforeClass- Throws:
- Exception
 
- 
readAndCheckprotected void readAndCheck(org.apache.hadoop.hbase.client.AsyncTable<?> table, int replicaId) throws IOException - Specified by:
- readAndCheckin class- AbstractTestAsyncTableRegionReplicasRead
- Throws:
- IOException
 
 
-