Uses of Enum Class
org.apache.hadoop.hbase.filter.Filter.ReturnCode
Packages that use Filter.ReturnCode
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of Filter.ReturnCode in org.apache.hadoop.hbase.filter
Fields in org.apache.hadoop.hbase.filter declared as Filter.ReturnCodeFields in org.apache.hadoop.hbase.filter with type parameters of type Filter.ReturnCodeModifier and TypeFieldDescriptionprivate List<Filter.ReturnCode>
FilterListWithOR.prevFilterRCList
Save previous return code and previous cell for every filter in filter list.Methods in org.apache.hadoop.hbase.filter that return Filter.ReturnCodeModifier and TypeMethodDescriptionprivate Filter.ReturnCode
FilterListWithOR.calculateReturnCodeByPrevCellAndRC
(Filter subFilter, Cell currentCell, Cell prevCell, Filter.ReturnCode prevCode) For MUST_PASS_ONE, we cannot make sure that when filter-A in filter list return NEXT_COL then the next cell passing to filterList will be the first cell in next column, because if filter-B in filter list return SKIP, then the filter list will return SKIP.ColumnCountGetFilter.filterCell
(Cell c) ColumnPaginationFilter.filterCell
(Cell c) ColumnPrefixFilter.filterCell
(Cell cell) ColumnRangeFilter.filterCell
(Cell c) ColumnValueFilter.filterCell
(Cell c) DependentColumnFilter.filterCell
(Cell c) FamilyFilter.filterCell
(Cell c) Filter.filterCell
(Cell c) A way to filter based on the column family, column qualifier and/or the column value.FilterAllFilter.filterCell
(Cell c) FilterList.filterCell
(Cell c) FilterListWithAND.filterCell
(Cell c) FilterListWithOR.filterCell
(Cell c) FilterWrapper.filterCell
(Cell c) FirstKeyOnlyFilter.filterCell
(Cell c) FuzzyRowFilter.filterCell
(Cell c) InclusiveStopFilter.filterCell
(Cell c) KeyOnlyFilter.filterCell
(Cell ignored) MultipleColumnPrefixFilter.filterCell
(Cell c) MultiRowRangeFilter.filterCell
(Cell ignored) PageFilter.filterCell
(Cell ignored) PrefixFilter.filterCell
(Cell c) QualifierFilter.filterCell
(Cell c) RandomRowFilter.filterCell
(Cell c) RowFilter.filterCell
(Cell v) SingleColumnValueFilter.filterCell
(Cell c) SkipFilter.filterCell
(Cell c) TimestampsFilter.filterCell
(Cell c) ValueFilter.filterCell
(Cell c) WhileMatchFilter.filterCell
(Cell c) ColumnPrefixFilter.filterColumn
(Cell cell) MultipleColumnPrefixFilter.filterColumn
(Cell cell) private Filter.ReturnCode
FilterListWithAND.mergeReturnCode
(Filter.ReturnCode rc, Filter.ReturnCode localRC) FilterList with MUST_PASS_ALL choose the maximal forward step among sub-filters in filter list.private Filter.ReturnCode
FilterListWithOR.mergeReturnCode
(Filter.ReturnCode rc, Filter.ReturnCode localRC) FilterList with MUST_PASS_ONE choose the minimal forward step among sub-filter in filter list.static Filter.ReturnCode
Returns the enum constant of this class with the specified name.static Filter.ReturnCode[]
Filter.ReturnCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.filter with parameters of type Filter.ReturnCodeModifier and TypeMethodDescriptionprivate Filter.ReturnCode
FilterListWithOR.calculateReturnCodeByPrevCellAndRC
(Filter subFilter, Cell currentCell, Cell prevCell, Filter.ReturnCode prevCode) For MUST_PASS_ONE, we cannot make sure that when filter-A in filter list return NEXT_COL then the next cell passing to filterList will be the first cell in next column, because if filter-B in filter list return SKIP, then the filter list will return SKIP.private boolean
FilterListWithAND.isIncludeRelatedReturnCode
(Filter.ReturnCode rc) protected static boolean
FilterListBase.isInReturnCodes
(Filter.ReturnCode testRC, Filter.ReturnCode... returnCodes) private Filter.ReturnCode
FilterListWithAND.mergeReturnCode
(Filter.ReturnCode rc, Filter.ReturnCode localRC) FilterList with MUST_PASS_ALL choose the maximal forward step among sub-filters in filter list.private Filter.ReturnCode
FilterListWithOR.mergeReturnCode
(Filter.ReturnCode rc, Filter.ReturnCode localRC) FilterList with MUST_PASS_ONE choose the minimal forward step among sub-filter in filter list.private void
FilterListWithOR.updatePrevCellList
(int index, Cell currentCell, Filter.ReturnCode currentRC) private void
FilterListWithOR.updatePrevFilterRCList
(int index, Filter.ReturnCode currentRC) -
Uses of Filter.ReturnCode in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return Filter.ReturnCode -
Uses of Filter.ReturnCode in org.apache.hadoop.hbase.regionserver.querymatcher
Methods in org.apache.hadoop.hbase.regionserver.querymatcher with parameters of type Filter.ReturnCodeModifier and TypeMethodDescriptionprivate final ScanQueryMatcher.MatchCode
UserScanQueryMatcher.mergeFilterResponse
(ExtendedCell cell, ScanQueryMatcher.MatchCode matchCode, Filter.ReturnCode filterResponse) Call this when scan has filter. -
Uses of Filter.ReturnCode in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access that return Filter.ReturnCode -
Uses of Filter.ReturnCode in org.apache.hadoop.hbase.security.visibility
Methods in org.apache.hadoop.hbase.security.visibility that return Filter.ReturnCodeModifier and TypeMethodDescriptionVisibilityController.DeleteVersionVisibilityExpressionFilter.filterCell
(Cell cell) VisibilityLabelFilter.filterCell
(Cell cell)