Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowFilterEndToEnd
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byteprivate static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static final HBaseTestingUtil
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidrunScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter1, org.apache.hadoop.hbase.filter.Filter filter2) private voidrunTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) static voidstatic voidvoidvoidvoidvoidvoid
- 
Field Details- 
CLASS_RULE
- 
LOG
- 
TEST_UTIL
- 
fuzzyValue- See Also:
 
- 
name
 
- 
- 
Constructor Details- 
TestFuzzyRowFilterEndToEndpublic TestFuzzyRowFilterEndToEnd()
 
- 
- 
Method Details- 
setUpBeforeClass- Throws:
- Exception
 
- 
tearDownAfterClass- Throws:
- Exception
 
- 
testAllFixedBits- Throws:
- IOException
 
- 
testHBASE14782- Throws:
- IOException
 
- 
testFilterList- Throws:
- Exception
 
- 
runTestprivate void runTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) throws IOException - Throws:
- IOException
 
- 
runScannerprivate 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
 
 
-