Package org.apache.hadoop.hbase.filter
Class TestInclusiveStopFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestInclusiveStopFilter
Tests the inclusive stop row filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private final byte[]
(package private) org.apache.hadoop.hbase.filter.Filter
private final byte[]
private final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
private void
stopRowTests
(org.apache.hadoop.hbase.filter.Filter filter) void
Tests serializationvoid
Tests identification of the stop row
-
Field Details
-
CLASS_RULE
-
STOP_ROW
-
GOOD_ROW
-
PAST_STOP_ROW
-
mainFilter
org.apache.hadoop.hbase.filter.Filter mainFilter
-
-
Constructor Details
-
TestInclusiveStopFilter
public TestInclusiveStopFilter()
-
-
Method Details