org.apache.accumulo.examples.wikisearch.iterator
Class DefaultIteratorEnvironment
java.lang.Object
org.apache.accumulo.examples.wikisearch.iterator.DefaultIteratorEnvironment
- All Implemented Interfaces:
- IteratorEnvironment
public class DefaultIteratorEnvironment
- extends Object
- implements IteratorEnvironment
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIteratorEnvironment
public DefaultIteratorEnvironment()
reserveMapFileReader
public MyMapFile.Reader reserveMapFileReader(String mapFileName)
throws IOException
- Specified by:
reserveMapFileReader
in interface IteratorEnvironment
- Throws:
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
registerSideChannel
public void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
- Specified by:
registerSideChannel
in interface IteratorEnvironment
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.