Package org.apache.hadoop.hbase.filter
Class TestInvocationRecordFilter
java.lang.Object
org.apache.hadoop.hbase.filter.TestInvocationRecordFilter
Test the invocation logic of the filters. A filter must be invoked only for the columns that are
requested for.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Filter which gives the list of keyvalues for which the filter is invoked. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final String
private org.apache.hadoop.hbase.regionserver.HRegion
private static final byte[]
private static final byte[]
private static final HBaseTestingUtil
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
void
tearDown()
void
void
verifyInvocationResults
(Integer[] selectQualifiers, Integer[] expectedQualifiers)
-
Field Details
-
CLASS_RULE
-
TABLE_NAME_BYTES
-
FAMILY_NAME_BYTES
-
ROW_BYTES
-
QUALIFIER_PREFIX
- See Also:
-
VALUE_PREFIX
- See Also:
-
TEST_UTIL
-
region
-
-
Constructor Details
-
TestInvocationRecordFilter
public TestInvocationRecordFilter()
-
-
Method Details