Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowAndColumnRangeFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
@Tag("org.apache.hadoop.hbase.testclassification.FilterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestFuzzyRowAndColumnRangeFilter
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate 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) static voidstatic voidvoidTest(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
TEST_UTIL
-
LOG
-
-
Constructor Details
-
TestFuzzyRowAndColumnRangeFilter
public TestFuzzyRowAndColumnRangeFilter()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- 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
-