Package org.apache.hadoop.hbase.filter

Interface Summary
RowFilterInterface Interface used for row-level filters applied to HRegion.HScanner scan results during calls to next().
 

Class Summary
InclusiveStopRowFilter Subclass of StopRowFilter that filters rows > the stop row, making it include up to the last row but no further.
PageRowFilter Implementation of RowFilterInterface that limits results to a specific page size.
RegExpRowFilter Implementation of RowFilterInterface that can filter by rowkey regular expression and/or individual column values (equals comparison only).
RowFilterSet Implementation of RowFilterInterface that represents a set of RowFilters which will be evaluated with a specified boolean operator MUST_PASS_ALL (!AND) or MUST_PASS_ONE (!OR).
StopRowFilter Implementation of RowFilterInterface that filters out rows greater than or equal to a specified rowKey.
WhileMatchRowFilter WhileMatchRowFilter is a wrapper filter that filters everything after the first filtered row.
 

Enum Summary
RowFilterSet.Operator set operator
 

Exception Summary
InvalidRowFilterException Used to indicate an invalid RowFilter.
 



Copyright © 2008 The Apache Software Foundation