Uses of Class
org.apache.hadoop.hbase.filter.CompareFilter

Packages that use CompareFilter
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
 

Uses of CompareFilter in org.apache.hadoop.hbase.filter
 

Subclasses of CompareFilter in org.apache.hadoop.hbase.filter
 class DependentColumnFilter
          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 filtering
 class FamilyFilter
          This filter is used to filter based on the column family.
 class QualifierFilter
          This filter is used to filter based on the column qualifier.
 class RowFilter
          This filter is used to filter based on the key.
 class ValueFilter
          This filter is used to filter based on column value.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.