Uses of Interface
org.apache.hadoop.hbase.filter.HintingFilter
Packages that use org.apache.hadoop.hbase.filter.HintingFilter
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of org.apache.hadoop.hbase.filter.HintingFilter in org.apache.hadoop.hbase.filter
Classes in org.apache.hadoop.hbase.filter that implement org.apache.hadoop.hbase.filter.HintingFilter in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.filter.ColumnPrefixFilterThis filter is used for selecting only those keys with columns that matches a particular prefix.classorg.apache.hadoop.hbase.filter.ColumnRangeFilterThis filter is used for selecting only those keys with columns that are between minColumn to maxColumn.classorg.apache.hadoop.hbase.filter.FuzzyRowFilterThis is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key.classorg.apache.hadoop.hbase.filter.MultipleColumnPrefixFilterThis filter is used for selecting only those keys with columns that match any of the given prefixes.classorg.apache.hadoop.hbase.filter.MultiRowRangeFilterFilter to support scan multiple row key ranges.classorg.apache.hadoop.hbase.filter.PrefixFilterPass results that have same row prefix.classorg.apache.hadoop.hbase.filter.TimestampsFilterFilter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).