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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void TestColumnRangeFilterClient() throws Exception
Exception
public void TestColumnRangeFilterWithColumnPaginationFilter() throws Exception
Exception
private int cellsCount(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOException
List<String> generateRandomWords(int numberOfWords, int maxLengthOfWords)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.