org.apache.accumulo.server.tabletserver
Class TabletIteratorEnvironment

java.lang.Object
  extended by org.apache.accumulo.server.tabletserver.TabletIteratorEnvironment
All Implemented Interfaces:
IteratorEnvironment

public class TabletIteratorEnvironment
extends Object
implements IteratorEnvironment


Method Summary
 AccumuloConfiguration getConfig()
           
 IteratorUtil.IteratorScope getIteratorScope()
           
 boolean isFullMajorCompaction()
           
 void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
           
 SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 © 2013 Apache Accumulo Project. All Rights Reserved.