public class TestFilterListOrOperatorWithBlkCnt extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private byte[] |
family |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private int |
numRows |
private byte[] |
qf |
private org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
TEST_UTIL |
private byte[] |
value |
| Constructor and Description |
|---|
TestFilterListOrOperatorWithBlkCnt() |
| Modifier and Type | Method and Description |
|---|---|
private void |
generateRows(int numberOfRows,
org.apache.hadoop.hbase.client.Table ht,
byte[] family,
byte[] qf,
byte[] value) |
private static long |
getBlkAccessCount() |
private int |
getResultsSize(org.apache.hadoop.hbase.client.Table ht,
org.apache.hadoop.hbase.client.Scan scan) |
private List<org.apache.hadoop.hbase.Cell> |
getScanResult(byte[] startRow,
byte[] stopRow,
org.apache.hadoop.hbase.client.Table ht) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testMultiRowRangeWithFilterListOrOperatorWithBlkCnt() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.slf4j.Logger LOG
private byte[] family
private byte[] qf
private byte[] value
private org.apache.hadoop.hbase.TableName tableName
private int numRows
public org.junit.rules.TestName name
public TestFilterListOrOperatorWithBlkCnt()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprivate static long getBlkAccessCount()
public void testMultiRowRangeWithFilterListOrOperatorWithBlkCnt() throws IOException
IOExceptionprivate void generateRows(int numberOfRows, org.apache.hadoop.hbase.client.Table ht, byte[] family, byte[] qf, byte[] value) throws IOException
IOExceptionprivate List<org.apache.hadoop.hbase.Cell> getScanResult(byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.client.Table ht) throws IOException
IOExceptionprivate int getResultsSize(org.apache.hadoop.hbase.client.Table ht, org.apache.hadoop.hbase.client.Scan scan) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.