Uses of Enum Class
org.apache.hadoop.hbase.filter.Filter.ReturnCode
Packages that use org.apache.hadoop.hbase.filter.Filter.ReturnCode
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of org.apache.hadoop.hbase.filter.Filter.ReturnCode in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return org.apache.hadoop.hbase.filter.Filter.ReturnCode in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnCountGetFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnPaginationFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnPrefixFilter.filterCell(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnRangeFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnValueFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeDependentColumnFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFamilyFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilter.filterCell(org.apache.hadoop.hbase.Cell c) A way to filter based on the column family, column qualifier and/or the column value.org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilterAllFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilterList.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilterListWithAND.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilterListWithOR.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilterWrapper.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFirstKeyOnlyFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeFuzzyRowFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeInclusiveStopFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeKeyOnlyFilter.filterCell(org.apache.hadoop.hbase.Cell ignored) org.apache.hadoop.hbase.filter.Filter.ReturnCodeMultipleColumnPrefixFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeMultiRowRangeFilter.filterCell(org.apache.hadoop.hbase.Cell ignored) org.apache.hadoop.hbase.filter.Filter.ReturnCodePageFilter.filterCell(org.apache.hadoop.hbase.Cell ignored) org.apache.hadoop.hbase.filter.Filter.ReturnCodePrefixFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeQualifierFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeRandomRowFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeRowFilter.filterCell(org.apache.hadoop.hbase.Cell v) org.apache.hadoop.hbase.filter.Filter.ReturnCodeSingleColumnValueFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeSkipFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeTimestampsFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeValueFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeWhileMatchFilter.filterCell(org.apache.hadoop.hbase.Cell c) org.apache.hadoop.hbase.filter.Filter.ReturnCodeColumnPrefixFilter.filterColumn(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.filter.Filter.ReturnCodeMultipleColumnPrefixFilter.filterColumn(org.apache.hadoop.hbase.Cell cell) static org.apache.hadoop.hbase.filter.Filter.ReturnCodeFilter.ReturnCode.valueOf(String name) static org.apache.hadoop.hbase.filter.Filter.ReturnCode[]Filter.ReturnCode.values()Methods in org.apache.hadoop.hbase.filter with parameters of type org.apache.hadoop.hbase.filter.Filter.ReturnCode in inModifier and TypeMethodDescriptionprotected static booleanFilterListBase.isInReturnCodes(org.apache.hadoop.hbase.filter.Filter.ReturnCode testRC, org.apache.hadoop.hbase.filter.Filter.ReturnCode... returnCodes)