public class TestFuzzyRowFilterEndToEnd extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static int |
colQualifiersTotal |
private static int |
firstPartCardinality |
private static byte |
fuzzyValue |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
secondPartCardinality |
private static String |
table |
private static HBaseTestingUtility |
TEST_UTIL |
private static int |
thirdPartCardinality |
private static int |
totalFuzzyKeys |
| Constructor and Description |
|---|
TestFuzzyRowFilterEndToEnd() |
| Modifier and Type | Method and Description |
|---|---|
private void |
runScanner(org.apache.hadoop.hbase.client.Table hTable,
int expectedSize,
org.apache.hadoop.hbase.filter.Filter filter) |
private void |
runScanner(org.apache.hadoop.hbase.client.Table hTable,
int expectedSize,
org.apache.hadoop.hbase.filter.Filter filter1,
org.apache.hadoop.hbase.filter.Filter filter2) |
private void |
runTest(org.apache.hadoop.hbase.client.Table hTable,
int expectedSize) |
private void |
runTest1(org.apache.hadoop.hbase.client.Table hTable,
byte processedWildcardMask) |
private void |
runTest2(org.apache.hadoop.hbase.client.Table hTable,
byte processedWildcardMask) |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAllFixedBits() |
private void |
testAllFixedBitsRunScanWithMask(org.apache.hadoop.hbase.client.Table ht,
int expectedRows,
byte processedRowMask) |
void |
testEndToEnd() |
void |
testFilterList() |
void |
testHBASE14782() |
private void |
testHBASE14782RunScanWithMask(org.apache.hadoop.hbase.client.Table ht,
int expectedRows,
byte processedRowMask) |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final byte fuzzyValue
private static final org.slf4j.Logger LOG
private static int firstPartCardinality
private static int secondPartCardinality
private static int thirdPartCardinality
private static int colQualifiersTotal
private static int totalFuzzyKeys
public org.junit.rules.TestName name
public TestFuzzyRowFilterEndToEnd()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testAllFixedBits() throws IOException
IOExceptionprivate void testAllFixedBitsRunScanWithMask(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) throws IOException
IOExceptionpublic void testHBASE14782() throws IOException
IOExceptionprivate void testHBASE14782RunScanWithMask(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) throws IOException
IOExceptionpublic void testEndToEnd() throws Exception
Exceptionprivate void runTest1(org.apache.hadoop.hbase.client.Table hTable, byte processedWildcardMask) throws IOException
IOExceptionprivate void runTest2(org.apache.hadoop.hbase.client.Table hTable, byte processedWildcardMask) throws IOException
IOExceptionprivate void runScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOExceptionpublic void testFilterList() throws Exception
Exceptionprivate void runTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) throws IOException
IOExceptionprivate void runScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter1, org.apache.hadoop.hbase.filter.Filter filter2) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.