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, java.util.List<? extends Filter> filters)
           
 

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

Classes in org.apache.accumulo.core.iterators.filter that implement Filter
 class AgeOffFilter
           
 class ColumnAgeOffFilter
           
 class ColumnQualifierFilter
           
 class DeleteFilter
          Caller sets up this filter for the rows that they want to match on and then this filter ignores those rows during scans and compactions.
 class NoLabelFilter
           
 class RegExFilter
           
 class VisibilityFilter
           
 



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