public class TestPageFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static int |
ROW_LIMIT |
| Constructor and Description |
|---|
TestPageFilter() |
| Modifier and Type | Method and Description |
|---|---|
private void |
pageSizeTests(org.apache.hadoop.hbase.filter.Filter f) |
private void |
testFiltersBeyondPageSize(org.apache.hadoop.hbase.filter.Filter f,
int pageSize) |
void |
testPageSize()
test page size filter
|
void |
testSerialization()
Test filter serialization
|
public static final HBaseClassTestRule CLASS_RULE
static final int ROW_LIMIT
public TestPageFilter()
public void testPageSize() throws Exception
Exceptionpublic void testSerialization() throws Exception
Exceptionprivate void pageSizeTests(org.apache.hadoop.hbase.filter.Filter f) throws Exception
Exceptionprivate void testFiltersBeyondPageSize(org.apache.hadoop.hbase.filter.Filter f, int pageSize) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.