Package org.apache.hadoop.hbase.hbql.filter

Class Summary
InstrumentedFilter  
PageFilter Implementation of Filter interface that limits results to a specific page size.
RecordFilter  
RecordFilterList Implementation of Filter that represents an ordered List of Filters which will be evaluated with a specified boolean operator RecordFilterList.Operator.MUST_PASS_ALL (!AND) or RecordFilterList.Operator.MUST_PASS_ONE (!OR).
SingleColumnValueFilter This filter is used to filter cells based on value.
 

Enum Summary
RecordFilterList.Operator set operator
 



Copyright © 2011. All Rights Reserved.