Uses of Class
org.apache.accumulo.core.iterators.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.apache.accumulo.core.iterators.user
Subclasses of Filter in org.apache.accumulo.core.iterators.userModifier and TypeClassDescriptionclass
A filter that ages off key/value pairs based on the Key's timestamp.class
Filters key/value pairs for a range of column families and a range of column qualifiers.class
A filter that ages off key/value pairs based on the Key's column and timestamp.class
class
This iterator provides exact string matching of the term specified by the "term" option.class
A Filter that matches entries based on Java regular expressions.class
A Filter that matches entries with a non-empty ColumnVisibility.class
A Filter that matches entries whose timestamps fall within a range.class
A SortedKeyValueIterator that filters based on ColumnVisibility. -
Uses of Filter in org.apache.accumulo.core.iteratorsImpl.system
Subclasses of Filter in org.apache.accumulo.core.iteratorsImpl.system