Package org.apache.hadoop.hbase.filter
Class TestFuzzyRowFilterEndToEnd
java.lang.Object
org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
@Tag("org.apache.hadoop.hbase.testclassification.FilterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestFuzzyRowFilterEndToEnd
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byteprivate 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 filter1, org.apache.hadoop.hbase.filter.Filter filter2) private voidrunTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) static voidstatic voidvoidtestAllFixedBits(org.junit.jupiter.api.TestInfo testInfo) voidtestFilterList(org.junit.jupiter.api.TestInfo testInfo) voidtestHBASE14782(org.junit.jupiter.api.TestInfo testInfo) voidtestHBASE26967(org.junit.jupiter.api.TestInfo testInfo) voidtestHBASE28634(org.junit.jupiter.api.TestInfo testInfo) voidtestReverseScanMovesPastSameRowFuzzyHint(org.junit.jupiter.api.TestInfo testInfo) voidtestReverseScanMovesPastSameRowFuzzyHintAcrossMultipleCells(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
LOG
-
TEST_UTIL
-
fuzzyValue
- See Also:
-
-
Constructor Details
-
TestFuzzyRowFilterEndToEnd
public TestFuzzyRowFilterEndToEnd()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testAllFixedBits
- Throws:
IOException
-
testHBASE14782
- Throws:
IOException
-
testFilterList
- Throws:
Exception
-
runTest
private void runTest(org.apache.hadoop.hbase.client.Table hTable, 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 filter1, org.apache.hadoop.hbase.filter.Filter filter2) throws IOException - Throws:
IOException
-
testHBASE26967
- Throws:
IOException
-
testReverseScanMovesPastSameRowFuzzyHint
@Test public void testReverseScanMovesPastSameRowFuzzyHint(org.junit.jupiter.api.TestInfo testInfo) throws IOException - Throws:
IOException
-
testReverseScanMovesPastSameRowFuzzyHintAcrossMultipleCells
@Test public void testReverseScanMovesPastSameRowFuzzyHintAcrossMultipleCells(org.junit.jupiter.api.TestInfo testInfo) throws IOException - Throws:
IOException
-
testHBASE28634
- Throws:
IOException
-