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

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

Deprecated. since 1.4, replaced by Filter with negate flag set to true

public class DeleteFilter
extends RegExFilter

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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber
OptionDescriber.IteratorOptions
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.filter.RegExFilter
COLF_REGEX, COLQ_REGEX, OR_FIELDS, ROW_REGEX, VALUE_REGEX
 
Constructor Summary
DeleteFilter()
          Deprecated.  
 
Method Summary
 boolean accept(Key key, Value value)
          Deprecated.  
 
Methods inherited from class org.apache.accumulo.core.iterators.filter.RegExFilter
describeOptions, init, validateOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteFilter

public DeleteFilter()
Deprecated. 
Method Detail

accept

public boolean accept(Key key,
                      Value value)
Deprecated. 
Specified by:
accept in interface Filter
Overrides:
accept in class RegExFilter


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