Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowFilterEndToEnd
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final HBaseTestingUtility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate 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) static void
static void
void
private void
testAllFixedBitsRunScanWithMask
(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) void
void
private void
testHBASE14782RunScanWithMask
(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
fuzzyValue
- See Also:
-
name
-
-
Constructor Details
-
TestFuzzyRowFilterEndToEnd
public TestFuzzyRowFilterEndToEnd()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testAllFixedBits
- Throws:
IOException
-
testAllFixedBitsRunScanWithMask
private void testAllFixedBitsRunScanWithMask(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) throws IOException - Throws:
IOException
-
testHBASE14782
- Throws:
IOException
-
testHBASE14782RunScanWithMask
private void testHBASE14782RunScanWithMask(org.apache.hadoop.hbase.client.Table ht, int expectedRows, byte processedRowMask) throws IOException - Throws:
IOException
-
testFilterList
- Throws:
Exception
-
runTest
private void runTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) throws IOException - Throws:
IOException
-
runScanner
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) throws IOException - Throws:
IOException
-
testHBASE26967
- Throws:
IOException
-