org.apache.accumulo.core.iterators
Class DefaultIteratorEnvironment

java.lang.Object
  extended by org.apache.accumulo.core.iterators.DefaultIteratorEnvironment
All Implemented Interfaces:
IteratorEnvironment

public class DefaultIteratorEnvironment
extends java.lang.Object
implements IteratorEnvironment


Constructor Summary
DefaultIteratorEnvironment()
           
 
Method Summary
 AccumuloConfiguration getConfig()
           
 IteratorUtil.IteratorScope getIteratorScope()
           
 boolean isFullMajorCompaction()
           
 MyMapFile.Reader reserveMapFileReader(java.lang.String mapFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIteratorEnvironment

public DefaultIteratorEnvironment()
Method Detail

reserveMapFileReader

public MyMapFile.Reader reserveMapFileReader(java.lang.String mapFileName)
                                      throws java.io.IOException
Specified by:
reserveMapFileReader in interface IteratorEnvironment
Throws:
java.io.IOException

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


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