org.apache.accumulo.server.iterators
Class MetadataBulkLoadFilter
java.lang.Object
org.apache.accumulo.core.iterators.WrappingIterator
org.apache.accumulo.core.iterators.Filter
org.apache.accumulo.server.iterators.MetadataBulkLoadFilter
- All Implemented Interfaces:
- OptionDescriber, SortedKeyValueIterator<Key,Value>
public class MetadataBulkLoadFilter
- extends Filter
A special iterator for the metadata table that removes inactive bulk load flags
| Fields inherited from class org.apache.accumulo.core.iterators.Filter |
NEGATE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataBulkLoadFilter
public MetadataBulkLoadFilter()
accept
public boolean accept(Key k,
Value v)
- Specified by:
accept in class Filter
init
public void init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env)
throws IOException
- Specified by:
init in interface SortedKeyValueIterator<Key,Value>- Overrides:
init in class Filter
- Throws:
IOException
getArbitrator
protected TransactionWatcher.Arbitrator getArbitrator()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.