Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowAndColumnRangeFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
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... filters) private void
runTest
(org.apache.hadoop.hbase.client.Table hTable, int cqStart, int expectedSize) void
setUp()
static void
void
tearDown()
static void
void
Test()
-
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
-