Package org.apache.hadoop.hbase.filter
Class TestColumnRangeFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestColumnRangeFilter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate int
cellsCount
(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.filter.Filter filter) generateRandomWords
(int numberOfWords, int maxLengthOfWords) void
setUp()
static void
void
tearDown()
static void
void
void
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
LOG
-
name
-
-
Constructor Details
-
TestColumnRangeFilter
public TestColumnRangeFilter()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
TestColumnRangeFilterClient
- Throws:
Exception
-
TestColumnRangeFilterWithColumnPaginationFilter
- Throws:
Exception
-
cellsCount
private int cellsCount(org.apache.hadoop.hbase.client.Table table, org.apache.hadoop.hbase.filter.Filter filter) throws IOException - Throws:
IOException
-
generateRandomWords
-