org.apache.accumulo.core.iterators
public interface IteratorEnvironment
Modifier and Type | Method and Description |
---|---|
AccumuloConfiguration |
getConfig() |
IteratorUtil.IteratorScope |
getIteratorScope() |
boolean |
isFullMajorCompaction() |
void |
registerSideChannel(SortedKeyValueIterator<Key,Value> iter) |
SortedKeyValueIterator<Key,Value> |
reserveMapFileReader(String mapFileName) |
SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName) throws IOException
IOException
AccumuloConfiguration getConfig()
IteratorUtil.IteratorScope getIteratorScope()
boolean isFullMajorCompaction()
void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.