public class TestFuzzyRowAndColumnRangeFilter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestFuzzyRowAndColumnRangeFilter() |
Modifier and Type | Method and Description |
---|---|
private 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 |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
Test() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
public TestFuzzyRowAndColumnRangeFilter()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
private void runTest(org.apache.hadoop.hbase.client.Table hTable, int cqStart, int expectedSize) throws IOException
IOException
private void runScanner(org.apache.hadoop.hbase.client.Table hTable, int expectedSize, org.apache.hadoop.hbase.filter.Filter... filters) throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.