Uses of Class
org.apache.hadoop.hbase.filter.CompareFilter
Packages that use org.apache.hadoop.hbase.filter.CompareFilter
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next().-
Uses of org.apache.hadoop.hbase.filter.CompareFilter in org.apache.hadoop.hbase.filter
Subclasses of org.apache.hadoop.hbase.filter.CompareFilter in in org.apache.hadoop.hbase.filterModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.filter.DependentColumnFilterA 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 filteringclassorg.apache.hadoop.hbase.filter.FamilyFilterThis filter is used to filter based on the column family.classorg.apache.hadoop.hbase.filter.QualifierFilterThis filter is used to filter based on the column qualifier.classorg.apache.hadoop.hbase.filter.RowFilterThis filter is used to filter based on the key.classorg.apache.hadoop.hbase.filter.ValueFilterThis filter is used to filter based on column value.