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()
n
|
static void |
tearDownAfterClass()
n
|
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
Exception
public static void tearDownAfterClass() throws Exception
Exception
private static long getBlkAccessCount()
public void testMultiRowRangeWithFilterListOrOperatorWithBlkCnt() throws IOException
IOException
private void generateRows(int numberOfRows, org.apache.hadoop.hbase.client.Table ht, byte[] family, byte[] qf, byte[] value) throws IOException
IOException
private List<org.apache.hadoop.hbase.Cell> getScanResult(byte[] startRow, byte[] stopRow, org.apache.hadoop.hbase.client.Table ht) throws IOException
IOException
private int getResultsSize(org.apache.hadoop.hbase.client.Table ht, org.apache.hadoop.hbase.client.Scan scan) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.