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

All Known Implementing Classes:
AgeOffFilter, ColumnAgeOffFilter, ColumnQualifierFilter, DeleteFilter, NoLabelFilter, RegExFilter, VisibilityFilter

Deprecated. since 1.4, replaced by Filter

public interface Filter


Method Summary
 boolean accept(Key k, Value v)
          Deprecated.  
 void init(Map<String,String> options)
          Deprecated.  
 

Method Detail

init

void init(Map<String,String> options)
Deprecated. 

accept

boolean accept(Key k,
               Value v)
Deprecated. 


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