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

Interface Summary
InstrumentedFilter  
 

Class Summary
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 © 2010. All Rights Reserved.