org.apache.accumulo.core.iterators
Interface IteratorEnvironment
public interface IteratorEnvironment
reserveMapFileReader
SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName)
throws IOException
- Throws:
IOException
getConfig
AccumuloConfiguration getConfig()
getIteratorScope
IteratorUtil.IteratorScope getIteratorScope()
isFullMajorCompaction
boolean isFullMajorCompaction()
registerSideChannel
void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
Copyright © 2015 Apache Accumulo Project. All rights reserved.