public class TestInclusiveStopFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private byte[] |
GOOD_ROW |
(package private) org.apache.hadoop.hbase.filter.Filter |
mainFilter |
private byte[] |
PAST_STOP_ROW |
private byte[] |
STOP_ROW |
| Constructor and Description |
|---|
TestInclusiveStopFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
private void |
stopRowTests(org.apache.hadoop.hbase.filter.Filter filter) |
void |
testSerialization()
Tests serialization
|
void |
testStopRowIdentification()
Tests identification of the stop row
|
public static final HBaseClassTestRule CLASS_RULE
private final byte[] STOP_ROW
private final byte[] GOOD_ROW
private final byte[] PAST_STOP_ROW
org.apache.hadoop.hbase.filter.Filter mainFilter
public TestInclusiveStopFilter()
public void testStopRowIdentification() throws Exception
Exceptionpublic void testSerialization() throws Exception
Exceptionprivate void stopRowTests(org.apache.hadoop.hbase.filter.Filter filter) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.