Uses of Interface
org.apache.hadoop.hbase.filter.HintingFilter
Packages that use HintingFilter
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of HintingFilter in org.apache.hadoop.hbase.filter
Classes in org.apache.hadoop.hbase.filter that implement HintingFilterModifier and TypeClassDescriptionclass
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
This is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key.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
Pass results that have same row prefix.class
Filter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).