Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowFilterEndToEnd
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final HBaseTestingUtil
-
Constructor Summary
-
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
void
void
void
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
-
testHBASE14782
- 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
-
testHBASE28634
- Throws:
IOException
-