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