org.apache.accumulo.core.iterators
Interface IteratorEnvironment
- All Known Implementing Classes:
- TabletIteratorEnvironment
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 © 2013 Apache Accumulo Project. All Rights Reserved.