Package org.apache.hadoop.hbase.client
Class FromClientSideTestReverseScan
java.lang.Object
org.apache.hadoop.hbase.client.FromClientSideTestBase
org.apache.hadoop.hbase.client.FromClientSideTestReverseScan
- Direct Known Subclasses:
TestFromClientSideReverseScan,TestFromClientSideReverseScanWithCoprocessor
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.FromClientSideTestBase
FAMILY, INVALID_FAMILY, numHedgedReqs, QUALIFIER, registryImpl, ROW, SLAVES, tableName, TEST_UTIL, VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFromClientSideTestReverseScan(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidreverseScanTest(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Scan.ReadType readType) voidvoidvoidvoidvoidTests reversed scan under multi regionsvoidTest simple table and non-existent row cases.voidTests reversed scan under multi regionsvoidMethods inherited from class org.apache.hadoop.hbase.client.FromClientSideTestBase
assertDoubleResult, assertEmptyResult, assertIncrementKey, assertKey, assertNResult, assertNResult, assertNullResult, assertNumKeys, assertRowCount, assertSingleResult, assertSingleResult, assertSingleResult, buildScanner, createScanWithRowFilter, createScanWithRowFilter, deleteColumns, equals, getAllVersionsAndVerify, getClientConf, getConnection, getNumberOfRows, getSingleScanResult, getTestNull, getTestNull, getVerifySingleColumn, getVerifySingleEmpty, getVersionAndVerify, getVersionAndVerifyMissing, getVersionRangeAndVerify, getVersionRangeAndVerifyGreaterThan, initialize, makeN, makeNAscii, makeNBig, makeStamps, parameters, putRows, scanAllVersionsAndVerify, scanTestNull, scanTestNull, scanVerifySingleColumn, scanVerifySingleEmpty, scanVersionAndVerify, scanVersionAndVerifyMissing, scanVersionRangeAndVerify, scanVersionRangeAndVerifyGreaterThan, setUp, singleRowGetTest, singleRowScanTest, splitTable, tearDown, tearDownAfterClass
-
Constructor Details
-
FromClientSideTestReverseScan
protected FromClientSideTestReverseScan(Class<? extends org.apache.hadoop.hbase.client.ConnectionRegistry> registryImpl, int numHedgedReqs)
-
-
Method Details
-
testSuperSimpleWithReverseScan
- Throws:
Exception
-
testFiltersWithReverseScan
- Throws:
Exception
-
testKeyOnlyFilterWithReverseScan
- Throws:
Exception
-
testSimpleMissingWithReverseScan
Test simple table and non-existent row cases.- Throws:
Exception
-
testNullWithReverseScan
- Throws:
Exception
-
testDeletesWithReverseScan
- Throws:
Exception
-
testReversedScanUnderMultiRegions
Tests reversed scan under multi regions- Throws:
Exception
-
testSmallReversedScanUnderMultiRegions
Tests reversed scan under multi regions- Throws:
Exception
-
reverseScanTest
private void reverseScanTest(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.client.Scan.ReadType readType) throws IOException - Throws:
IOException
-