public class TestColumnRangeFilter 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 |
|---|
TestColumnRangeFilter() |
| Modifier and Type | Method and Description |
|---|---|
private int |
cellsCount(org.apache.hadoop.hbase.client.Table table,
org.apache.hadoop.hbase.filter.Filter filter) |
(package private) List<String> |
generateRandomWords(int numberOfWords,
int maxLengthOfWords) |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
TestColumnRangeFilterClient() |
void |
TestColumnRangeFilterWithColumnPaginationFilter() |
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 TestColumnRangeFilter()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void TestColumnRangeFilterClient() throws Exception
Exceptionpublic void TestColumnRangeFilterWithColumnPaginationFilter() throws Exception
Exceptionprivate int cellsCount(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOExceptionList<String> generateRandomWords(int numberOfWords, int maxLengthOfWords)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.