org.apache.accumulo.server.tabletserver
Class TabletIteratorEnvironment
java.lang.Object
org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
- All Implemented Interfaces:
- IteratorEnvironment
public class TabletIteratorEnvironment
- extends Object
- implements IteratorEnvironment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConfig
public AccumuloConfiguration getConfig()
- Specified by:
getConfig
in interface IteratorEnvironment
getIteratorScope
public IteratorUtil.IteratorScope getIteratorScope()
- Specified by:
getIteratorScope
in interface IteratorEnvironment
isFullMajorCompaction
public boolean isFullMajorCompaction()
- Specified by:
isFullMajorCompaction
in interface IteratorEnvironment
reserveMapFileReader
public SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName)
throws IOException
- Specified by:
reserveMapFileReader
in interface IteratorEnvironment
- Throws:
IOException
registerSideChannel
public void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
- Specified by:
registerSideChannel
in interface IteratorEnvironment
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.