Package org.apache.hadoop.hbase.client
Class TestSizeFailures
java.lang.Object
org.apache.hadoop.hbase.client.TestSizeFailures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static byte[]private static final org.slf4j.Loggerprivate static final intprivate static final intprotected static intprivate static org.apache.hadoop.hbase.TableNameprotected static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsumTable(org.apache.hadoop.hbase.client.ResultScanner scanner) Count the number of rows and the number of entries from a scanner The Scannerstatic voidvoidBasic client side validation of HBASE-13262voidBasic client side validation of HBASE-13262
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
FAMILY
-
SLAVES
-
TABLENAME
-
NUM_ROWS
- See Also:
-
NUM_COLS
- See Also:
-
-
Constructor Details
-
TestSizeFailures
public TestSizeFailures()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testScannerSeesAllRecords
Basic client side validation of HBASE-13262- Throws:
Exception
-
testSmallScannerSeesAllRecords
Basic client side validation of HBASE-13262- Throws:
Exception
-
sumTable
Count the number of rows and the number of entries from a scanner The Scanner- Returns:
- An entry where the first item is rows observed and the second is entries observed.
-