org.apache.accumulo.core.iterators
Interface IteratorEnvironment


public interface IteratorEnvironment


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

Method Detail

reserveMapFileReader

SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName)
                                                       throws IOException
Throws:
IOException

getConfig

AccumuloConfiguration getConfig()

getIteratorScope

IteratorUtil.IteratorScope getIteratorScope()

isFullMajorCompaction

boolean isFullMajorCompaction()

registerSideChannel

void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)


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