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 |
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. |