Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowAndColumnRangeFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.Loggerorg.junit.rules.TestNameprivate static final HBaseTestingUtil - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voidrunScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter... filters) private voidrunTest(org.apache.hadoop.hbase.client.Table hTable, int cqStart, int expectedSize) voidsetUp()static voidvoidtearDown()static voidvoidTest() 
- 
Field Details
- 
CLASS_RULE
 - 
TEST_UTIL
 - 
LOG
 - 
name
 
 - 
 - 
Constructor Details
- 
TestFuzzyRowAndColumnRangeFilter
public TestFuzzyRowAndColumnRangeFilter() 
 - 
 - 
Method Details
- 
setUpBeforeClass
- Throws:
 Exception
 - 
tearDownAfterClass
- Throws:
 Exception
 - 
setUp
- Throws:
 Exception
 - 
tearDown
- Throws:
 Exception
 - 
Test
- Throws:
 Exception
 - 
runTest
private void runTest(org.apache.hadoop.hbase.client.Table hTable, int cqStart, 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... filters) throws IOException - Throws:
 IOException
 
 -