org.apache.accumulo.server.iterators
public class MetadataBulkLoadFilter extends Filter
OptionDescriber.IteratorOptions
Constructor and Description |
---|
MetadataBulkLoadFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Key k,
Value v) |
protected TransactionWatcher.Arbitrator |
getArbitrator() |
void |
init(SortedKeyValueIterator<Key,Value> source,
Map<String,String> options,
IteratorEnvironment env)
Initializes the iterator.
|
deepCopy, describeOptions, findTop, next, seek, setNegate, validateOptions
getSource, getTopKey, getTopValue, hasTop, setSource
public void init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env) throws IOException
SortedKeyValueIterator
init
in interface SortedKeyValueIterator<Key,Value>
init
in class Filter
source
- SortedKeyValueIterator source to read data from.options
- Map map of string option names to option values.env
- IteratorEnvironment environment in which iterator is being run.IOException
- unused.protected TransactionWatcher.Arbitrator getArbitrator()
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.