Uses of Interface
org.apache.accumulo.core.iterators.filter.Filter

Packages that use Filter
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.filter   
 

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

Constructor parameters in org.apache.accumulo.core.iterators with type arguments of type Filter
FilteringIterator(SortedKeyValueIterator<Key,Value> iterator, List<? extends Filter> filters)
          Deprecated.  
 

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

Classes in org.apache.accumulo.core.iterators.filter that implement Filter
 class AgeOffFilter
          Deprecated. since 1.4, replaced by AgeOffFilter
 class ColumnAgeOffFilter
          Deprecated. since 1.4, replaced by ColumnAgeOffFilter
 class ColumnQualifierFilter
          Deprecated. since 1.4, replaced by ColumnQualifierFilter
 class DeleteFilter
          Deprecated. since 1.4, replaced by Filter with negate flag set to true
 class NoLabelFilter
          Deprecated. since 1.4, replaced by ReqVisFilter
 class RegExFilter
          Deprecated. since 1.4, replaced by RegExFilter
 class VisibilityFilter
          Deprecated. since 1.4, replaced by VisibilityFilter
 



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