Package org.apache.hadoop.hbase.filter
Class TestInvocationRecordFilter.InvocationRecordFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.TestInvocationRecordFilter.InvocationRecordFilter
- Enclosing class:
- TestInvocationRecordFilter
private static class TestInvocationRecordFilter.InvocationRecordFilter
extends org.apache.hadoop.hbase.filter.FilterBase
Filter which gives the list of keyvalues for which the filter is invoked.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCode
filterCell
(org.apache.hadoop.hbase.Cell ignored) void
filterRowCells
(List<org.apache.hadoop.hbase.Cell> kvs) boolean
void
reset()
Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowKey, filterRowKey, getNextCellHint, isFamilyEssential, toByteArray, toString, transformCell
Methods inherited from class org.apache.hadoop.hbase.filter.Filter
filterKeyValue, isReversed, parseFrom, setReversed
-
Field Details
-
visitedKeyValues
-
-
Constructor Details
-
InvocationRecordFilter
private InvocationRecordFilter()
-
-
Method Details
-
reset
- Overrides:
reset
in classorg.apache.hadoop.hbase.filter.FilterBase
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored) - Overrides:
filterCell
in classorg.apache.hadoop.hbase.filter.Filter
-
filterRowCells
- Overrides:
filterRowCells
in classorg.apache.hadoop.hbase.filter.FilterBase
-
hasFilterRow
- Overrides:
hasFilterRow
in classorg.apache.hadoop.hbase.filter.FilterBase
-