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   
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.