Uses of Interface
org.apache.hadoop.hbase.filter.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
Modifier 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
Filter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions).