public class TestPrefixFilter extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) static char |
FIRST_CHAR |
(package private) static byte[] |
GOOD_BYTES |
(package private) static String |
HOST_PREFIX |
(package private) static char |
LAST_CHAR |
(package private) org.apache.hadoop.hbase.filter.Filter |
mainFilter |
Constructor and Description |
---|
TestPrefixFilter() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
createRow(char c) |
private void |
prefixRowTests(org.apache.hadoop.hbase.filter.Filter filter) |
private void |
prefixRowTests(org.apache.hadoop.hbase.filter.Filter filter,
boolean lastFilterAllRemaining) |
void |
setUp() |
void |
testPrefixOnRow() |
void |
testPrefixOnRowInsideWhileMatchRow() |
void |
testSerialization() |
public static final HBaseClassTestRule CLASS_RULE
org.apache.hadoop.hbase.filter.Filter mainFilter
static final char FIRST_CHAR
static final char LAST_CHAR
static final String HOST_PREFIX
static final byte[] GOOD_BYTES
public TestPrefixFilter()
public void testPrefixOnRow() throws Exception
Exception
public void testPrefixOnRowInsideWhileMatchRow() throws Exception
Exception
public void testSerialization() throws Exception
Exception
private void prefixRowTests(org.apache.hadoop.hbase.filter.Filter filter) throws Exception
Exception
private void prefixRowTests(org.apache.hadoop.hbase.filter.Filter filter, boolean lastFilterAllRemaining) throws Exception
Exception
private byte[] createRow(char c)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.