Uses of Class
org.apache.hadoop.hbase.filter.FilterBase
Packages that use FilterBase
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of FilterBase in org.apache.hadoop.hbase.filter
Subclasses of FilterBase in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclassSimple filter that returns first N columns on row only.classA filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset.classThis filter is used for selecting only those keys with columns that matches a particular prefix.classThis filter is used for selecting only those keys with columns that are between minColumn to maxColumn.classDifferent fromSingleColumnValueFilterwhich returns an entire row when specified condition is matched,ColumnValueFilterreturn the matched cell only.classThis is a generic filter to be used to filter by comparison.classA filter for adding inter-column timestamp matching Only cells with a correspondingly timestamped entry in the target column will be retained Not compatible with Scan.setBatch as operations need full rows for correct filteringclassThis filter is used to filter based on the column family.classfinal classImplementation ofFilterthat represents an ordered List of Filters which will be evaluated with a specified boolean operatorFilterList.Operator.MUST_PASS_ALL(AND) orFilterList.Operator.MUST_PASS_ONE(OR).classBase class for FilterList.classFilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.classFilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.classA filter that will only return the first KV from each row.classThis is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key.classA Filter that stops after the given row.classA filter that will only return the key component of each KV (the value will be rewritten as empty).classThis filter is used for selecting only those keys with columns that matches a particular prefix.classFilter to support scan multiple row key ranges.classImplementation of Filter interface that limits results to a specific page size.classPass results that have same row prefix.classThis filter is used to filter based on the column qualifier.classA filter that includes rows based on a chance.classThis filter is used to filter based on the key.classAFilterthat checks a single column value, but does not emit the tested column.classThis filter is used to filter cells based on value.classA wrapper filter that filters an entire row if any of the Cell checks do not pass.classFilter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).classThis filter is used to filter based on column value.classA wrapper filter that returns true fromWhileMatchFilter.filterAllRemaining()as soon as the wrapped filtersFilter.filterRowKey(Cell),Filter.filterCell(org.apache.hadoop.hbase.Cell),Filter.filterRow()orFilter.filterAllRemaining()methods returns true. -
Uses of FilterBase in org.apache.hadoop.hbase.regionserver
Subclasses of FilterBase in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescription(package private) classA filter that returns the cells which have mob reference tags. -
Uses of FilterBase in org.apache.hadoop.hbase.security.access
Subclasses of FilterBase in org.apache.hadoop.hbase.security.accessModifier and TypeClassDescription(package private) classNOTE: for internal use only by AccessController implementation -
Uses of FilterBase in org.apache.hadoop.hbase.security.visibility
Subclasses of FilterBase in org.apache.hadoop.hbase.security.visibilityModifier and TypeClassDescriptionprivate static class(package private) classThis Filter checks the visibility expression with each KV against visibility labels associated with the scan.