public interface IteratorEnvironment
Modifier and Type | Method and Description |
---|---|
Authorizations |
getAuthorizations() |
AccumuloConfiguration |
getConfig() |
IteratorUtil.IteratorScope |
getIteratorScope() |
boolean |
isFullMajorCompaction() |
void |
registerSideChannel(SortedKeyValueIterator<Key,Value> iter) |
SortedKeyValueIterator<Key,Value> |
reserveMapFileReader(String mapFileName) |
SortedKeyValueIterator<Key,Value> reserveMapFileReader(String mapFileName) throws IOException
IOException
AccumuloConfiguration getConfig()
IteratorUtil.IteratorScope getIteratorScope()
boolean isFullMajorCompaction()
void registerSideChannel(SortedKeyValueIterator<Key,Value> iter)
Authorizations getAuthorizations()
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.