public class SimpleIteratorEnvironment extends Object implements IteratorEnvironment
IteratorEnvironment which is unimplemented.| Constructor and Description |
|---|
SimpleIteratorEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
IteratorEnvironment |
cloneWithSamplingEnabled() |
Authorizations |
getAuthorizations() |
AccumuloConfiguration |
getConfig() |
IteratorUtil.IteratorScope |
getIteratorScope() |
SamplerConfiguration |
getSamplerConfiguration() |
boolean |
isFullMajorCompaction() |
boolean |
isSamplingEnabled() |
boolean |
isUserCompaction() |
void |
registerSideChannel(SortedKeyValueIterator<Key,Value> iter) |
SortedKeyValueIterator<Key,Value> |
reserveMapFileReader(String mapFileName) |
public SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName) throws IOException
reserveMapFileReader in interface IteratorEnvironmentIOExceptionpublic AccumuloConfiguration getConfig()
getConfig in interface IteratorEnvironmentpublic IteratorUtil.IteratorScope getIteratorScope()
getIteratorScope in interface IteratorEnvironmentpublic boolean isFullMajorCompaction()
isFullMajorCompaction in interface IteratorEnvironmentpublic boolean isUserCompaction()
isUserCompaction in interface IteratorEnvironmentpublic void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
registerSideChannel in interface IteratorEnvironmentpublic Authorizations getAuthorizations()
getAuthorizations in interface IteratorEnvironmentpublic IteratorEnvironment cloneWithSamplingEnabled()
cloneWithSamplingEnabled in interface IteratorEnvironmentpublic boolean isSamplingEnabled()
isSamplingEnabled in interface IteratorEnvironmentpublic SamplerConfiguration getSamplerConfiguration()
getSamplerConfiguration in interface IteratorEnvironmentCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.