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 n
|
void |
testSerialization()
Test filter serialization n
|
public static final HBaseClassTestRule CLASS_RULE
static final int ROW_LIMIT
public TestPageFilter()
public void testPageSize() throws Exception
Exception
public void testSerialization() throws Exception
Exception
private void pageSizeTests(org.apache.hadoop.hbase.filter.Filter f) throws Exception
Exception
private void testFiltersBeyondPageSize(org.apache.hadoop.hbase.filter.Filter f, int pageSize) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.