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 TypeClassDescriptionclass
Simple filter that returns first N columns on row only.class
A filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset.class
This filter is used for selecting only those keys with columns that matches a particular prefix.class
This filter is used for selecting only those keys with columns that are between minColumn to maxColumn.class
Different fromSingleColumnValueFilter
which returns an entire row when specified condition is matched,ColumnValueFilter
return the matched cell only.class
This is a generic filter to be used to filter by comparison.class
A 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 filteringclass
This filter is used to filter based on the column family.class
final class
Implementation ofFilter
that 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
).class
Base class for FilterList.class
FilterListWithAND represents an ordered list of filters which will be evaluated with an AND operator.class
FilterListWithOR represents an ordered list of filters which will be evaluated with an OR operator.class
A filter that will only return the first KV from each row.class
This is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key.class
A Filter that stops after the given row.class
A filter that will only return the key component of each KV (the value will be rewritten as empty).class
This filter is used for selecting only those keys with columns that matches a particular prefix.class
Filter to support scan multiple row key ranges.class
Implementation of Filter interface that limits results to a specific page size.class
Pass results that have same row prefix.class
This filter is used to filter based on the column qualifier.class
A filter that includes rows based on a chance.class
This filter is used to filter based on the key.class
AFilter
that checks a single column value, but does not emit the tested column.class
This filter is used to filter cells based on value.class
A wrapper filter that filters an entire row if any of the Cell checks do not pass.class
Filter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).class
This filter is used to filter based on column value.class
A 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) class
A 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) class
NOTE: 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) class
This Filter checks the visibility expression with each KV against visibility labels associated with the scan.