public class TestSizeFailures extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_COLS |
private static int |
NUM_ROWS |
protected static int |
SLAVES |
private static org.apache.hadoop.hbase.TableName |
TABLENAME |
protected static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestSizeFailures() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
private Map.Entry<Long,Long> |
sumTable(org.apache.hadoop.hbase.client.ResultScanner scanner)
Count the number of rows and the number of entries from a scanner n * The Scanner
|
static void |
tearDownAfterClass() |
void |
testScannerSeesAllRecords()
Basic client side validation of HBASE-13262
|
void |
testSmallScannerSeesAllRecords()
Basic client side validation of HBASE-13262
|
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility TEST_UTIL
private static byte[] FAMILY
protected static int SLAVES
private static org.apache.hadoop.hbase.TableName TABLENAME
private static final int NUM_ROWS
private static final int NUM_COLS
public TestSizeFailures()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testScannerSeesAllRecords() throws Exception
Exception
public void testSmallScannerSeesAllRecords() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.