org.apache.accumulo.server.tabletserver
public class TabletIteratorEnvironment extends Object implements 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) |
public AccumuloConfiguration getConfig()
getConfig
in interface IteratorEnvironment
public IteratorUtil.IteratorScope getIteratorScope()
getIteratorScope
in interface IteratorEnvironment
public boolean isFullMajorCompaction()
isFullMajorCompaction
in interface IteratorEnvironment
public SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName) throws IOException
reserveMapFileReader
in interface IteratorEnvironment
IOException
public void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
registerSideChannel
in interface IteratorEnvironment
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.