public class TestFuzzyRowFilterEndToEnd extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static int |
colQualifiersTotal |
private static int |
firstPartCardinality |
private static byte |
fuzzyValue |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static int |
secondPartCardinality |
private static String |
table |
private static HBaseTestingUtility |
TEST_UTIL |
private static int |
thirdPartCardinality |
private static int |
totalFuzzyKeys |
Constructor and Description |
---|
TestFuzzyRowFilterEndToEnd() |
Modifier and Type | Method and Description |
---|---|
private void |
runScanner(org.apache.hadoop.hbase.client.Table hTable,
int expectedSize,
org.apache.hadoop.hbase.filter.Filter filter) |
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) |
private void |
runTest(org.apache.hadoop.hbase.client.Table hTable,
int expectedSize) |
private void |
runTest1(org.apache.hadoop.hbase.client.Table hTable) |
private void |
runTest2(org.apache.hadoop.hbase.client.Table hTable) |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAllFixedBits() |
void |
testEndToEnd() |
void |
testFilterList() |
void |
testHBASE14782() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final byte fuzzyValue
private static final org.slf4j.Logger LOG
private static int firstPartCardinality
private static int secondPartCardinality
private static int thirdPartCardinality
private static int colQualifiersTotal
private static int totalFuzzyKeys
public org.junit.rules.TestName name
public TestFuzzyRowFilterEndToEnd()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testAllFixedBits() throws IOException
IOException
public void testHBASE14782() throws IOException
IOException
public void testEndToEnd() throws Exception
Exception
private void runTest1(org.apache.hadoop.hbase.client.Table hTable) throws IOException
IOException
private void runTest2(org.apache.hadoop.hbase.client.Table hTable) throws IOException
IOException
private void runScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOException
public void testFilterList() throws Exception
Exception
private void runTest(org.apache.hadoop.hbase.client.Table hTable, int expectedSize) throws IOException
IOException
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
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.