org.apache.accumulo.core.iterators
Interface IteratorEnvironment

All Known Implementing Classes:
DefaultIteratorEnvironment

public interface IteratorEnvironment


Method Summary
 AccumuloConfiguration getConfig()
           
 IteratorUtil.IteratorScope getIteratorScope()
           
 boolean isFullMajorCompaction()
           
 SortedKeyValueIterator<Key,Value> reserveMapFileReader(java.lang.String mapFileName)
           
 

Method Detail

reserveMapFileReader

SortedKeyValueIterator<Key,Value> reserveMapFileReader(java.lang.String mapFileName)
                                                       throws java.io.IOException
Throws:
java.io.IOException

getConfig

AccumuloConfiguration getConfig()

getIteratorScope

IteratorUtil.IteratorScope getIteratorScope()

isFullMajorCompaction

boolean isFullMajorCompaction()


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