Package org.apache.hadoop.hbase.client
Class TestSizeFailures
java.lang.Object
org.apache.hadoop.hbase.client.TestSizeFailures
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[]
private static final org.slf4j.Logger
private static final int
private static final int
protected static int
private static org.apache.hadoop.hbase.TableName
protected static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
sumTable
(org.apache.hadoop.hbase.client.ResultScanner scanner) Count the number of rows and the number of entries from a scanner The Scannerstatic void
void
Basic client side validation of HBASE-13262void
Basic 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.
-