org.apache.accumulo.core.iterators.filter
Class DeleteFilter
java.lang.Object
org.apache.accumulo.core.iterators.filter.RegExFilter
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteFilter
public DeleteFilter()
- Deprecated.
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.