public class DefaultIteratorEnvironment extends Object implements org.apache.accumulo.core.iterators.IteratorEnvironment
| Constructor and Description |
|---|
DefaultIteratorEnvironment() |
DefaultIteratorEnvironment(org.apache.accumulo.core.conf.AccumuloConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.accumulo.core.conf.AccumuloConfiguration |
getConfig() |
org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope |
getIteratorScope() |
boolean |
isFullMajorCompaction() |
void |
registerSideChannel(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter) |
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
reserveMapFileReader(String mapFileName) |
public DefaultIteratorEnvironment(org.apache.accumulo.core.conf.AccumuloConfiguration conf)
public DefaultIteratorEnvironment()
public org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> reserveMapFileReader(String mapFileName) throws IOException
reserveMapFileReader in interface org.apache.accumulo.core.iterators.IteratorEnvironmentIOExceptionpublic org.apache.accumulo.core.conf.AccumuloConfiguration getConfig()
getConfig in interface org.apache.accumulo.core.iterators.IteratorEnvironmentpublic org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope getIteratorScope()
getIteratorScope in interface org.apache.accumulo.core.iterators.IteratorEnvironmentpublic boolean isFullMajorCompaction()
isFullMajorCompaction in interface org.apache.accumulo.core.iterators.IteratorEnvironmentpublic void registerSideChannel(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> iter)
registerSideChannel in interface org.apache.accumulo.core.iterators.IteratorEnvironmentCopyright © 2014 Calrissian. All Rights Reserved.