Package org.apache.hadoop.hbase.rest
Class TestTableScan.CustomFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.filter.PrefixFilter
org.apache.hadoop.hbase.rest.TestTableScan.CustomFilter
- All Implemented Interfaces:
org.apache.hadoop.hbase.filter.HintingFilter
- Enclosing class:
- TestTableScan
-
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.PrefixFilter
filterRow, forwardNextCellHint, passedPrefix, prefix, provideHint, reversedNextCellHintFields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.filter.FiltercreateFilterFromArguments(ArrayList<byte[]> filterArguments) booleanfilterRowKey(org.apache.hadoop.hbase.Cell cell) Methods inherited from class org.apache.hadoop.hbase.filter.PrefixFilter
equals, filterAllRemaining, filterCell, filterRow, getNextCellHint, getPrefix, hashCode, parseFrom, reset, toByteArray, toStringMethods inherited from class org.apache.hadoop.hbase.filter.FilterBase
filterRowCells, hasFilterRow, isFamilyEssential, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
isReversed, setReversed
-
Field Details
-
key
-
-
Constructor Details
-
CustomFilter
-
-
Method Details
-
filterRowKey
- Overrides:
filterRowKeyin classorg.apache.hadoop.hbase.filter.PrefixFilter
-
createFilterFromArguments
public static org.apache.hadoop.hbase.filter.Filter createFilterFromArguments(ArrayList<byte[]> filterArguments)
-