org.apache.accumulo.core.iterators.filter
Class AgeOffFilter

java.lang.Object
  extended by org.apache.accumulo.core.iterators.filter.AgeOffFilter
All Implemented Interfaces:
Filter, OptionDescriber

Deprecated. since 1.4, replaced by AgeOffFilter

public class AgeOffFilter
extends Object
implements Filter, OptionDescriber


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber
OptionDescriber.IteratorOptions
 
Constructor Summary
AgeOffFilter()
          Deprecated.  
 
Method Summary
 boolean accept(Key k, Value v)
          Deprecated.  
 OptionDescriber.IteratorOptions describeOptions()
          Deprecated. Gets an iterator options object that contains information needed to configure this iterator.
 void init(Map<String,String> options)
          Deprecated.  
 boolean validateOptions(Map<String,String> options)
          Deprecated. Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgeOffFilter

public AgeOffFilter()
Deprecated. 
Method Detail

accept

public boolean accept(Key k,
                      Value v)
Deprecated. 
Specified by:
accept in interface Filter

init

public void init(Map<String,String> options)
Deprecated. 
Specified by:
init in interface Filter

describeOptions

public OptionDescriber.IteratorOptions describeOptions()
Deprecated. 
Description copied from interface: OptionDescriber
Gets an iterator options object that contains information needed to configure this iterator. This object will be used by the accumulo shell to prompt the user to input the appropriate information.

Specified by:
describeOptions in interface OptionDescriber
Returns:
an iterator options object

validateOptions

public boolean validateOptions(Map<String,String> options)
Deprecated. 
Description copied from interface: OptionDescriber
Check to see if an options map contains all options required by an iterator and that the option values are in the expected formats.

Specified by:
validateOptions in interface OptionDescriber
Parameters:
options - a map of option names to option values
Returns:
true if options are valid, false otherwise


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