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 java.lang.Object
implements IteratorEnvironment


Method Summary
 AccumuloConfiguration getConfig()
           
 IteratorUtil.IteratorScope getIteratorScope()
           
 boolean isFullMajorCompaction()
           
 SortedKeyValueIterator<Key,Value> reserveMapFileReader(java.lang.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(java.lang.String mapFileName)
                                                       throws java.io.IOException
Specified by:
reserveMapFileReader in interface IteratorEnvironment
Throws:
java.io.IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.