Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowFilterEndToEndLarge
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEndLarge
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static int
private static int
private static final byte
private static final org.slf4j.Logger
private static int
private static String
private static final HBaseTestingUtil
private static int
private static int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
runScanner
(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter) private void
runTest1
(org.apache.hadoop.hbase.client.Table hTable) private void
runTest2
(org.apache.hadoop.hbase.client.Table hTable) static void
static void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
fuzzyValue
- See Also:
-
firstPartCardinality
-
secondPartCardinality
-
thirdPartCardinality
-
colQualifiersTotal
-
totalFuzzyKeys
-
table
-
-
Constructor Details
-
TestFuzzyRowFilterEndToEndLarge
public TestFuzzyRowFilterEndToEndLarge()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testEndToEnd
- Throws:
Exception
-
runTest1
- Throws:
IOException
-
runTest2
- Throws:
IOException
-
runScanner
private void runScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter) throws IOException - Throws:
IOException
-