Uses of Class
org.apache.hadoop.hbase.filter.CompareFilter
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of CompareFilter in org.apache.hadoop.hbase.filter
Modifier and TypeClassDescriptionclass
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
This filter is used to filter based on the column qualifier.class
This filter is used to filter based on the key.class
This filter is used to filter based on column value.