Uses of Class
org.apache.accumulo.core.iterators.Filter

Packages that use Filter
org.apache.accumulo.core.iterators.system   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.server.iterators   
 

Uses of Filter in org.apache.accumulo.core.iterators.system
 

Subclasses of Filter in org.apache.accumulo.core.iterators.system
 class ColumnQualifierFilter
           
 class VisibilityFilter
           
 

Uses of Filter in org.apache.accumulo.core.iterators.user
 

Subclasses of Filter in org.apache.accumulo.core.iterators.user
 class AgeOffFilter
          A filter that ages off key/value pairs based on the Key's timestamp.
 class ColumnAgeOffFilter
          A filter that ages off key/value pairs based on the Key's column and timestamp.
 class GrepIterator
          This iterator provides exact string matching.
 class RegExFilter
          A Filter that matches entries based on Java regular expressions.
 class ReqVisFilter
          A Filter that matches entries with a non-empty ColumnVisibility.
 class TimestampFilter
          A Filter that matches entries whose timestamps fall within a range.
 

Uses of Filter in org.apache.accumulo.server.iterators
 

Subclasses of Filter in org.apache.accumulo.server.iterators
 class MetadataBulkLoadFilter
          A special iterator for the metadata table that removes inactive bulk load flags
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.