Interface SystemIteratorEnvironment
-
- All Superinterfaces:
IteratorEnvironment
- All Known Implementing Classes:
TabletIteratorEnvironment
public interface SystemIteratorEnvironment extends IteratorEnvironment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ServerContextgetServerContext()SortedKeyValueIterator<Key,Value>getTopLevelIterator(SortedKeyValueIterator<Key,Value> iter)default booleanisRunningLowOnMemory()-
Methods inherited from interface org.apache.accumulo.core.iterators.IteratorEnvironment
cloneWithSamplingEnabled, getAuthorizations, getIteratorScope, getPluginEnv, getSamplerConfiguration, getTableId, isFullMajorCompaction, isSamplingEnabled, isUserCompaction
-
-
-
-
Method Detail
-
getServerContext
ServerContext getServerContext()
-
getTopLevelIterator
SortedKeyValueIterator<Key,Value> getTopLevelIterator(SortedKeyValueIterator<Key,Value> iter)
-
isRunningLowOnMemory
default boolean isRunningLowOnMemory()
- Specified by:
isRunningLowOnMemoryin interfaceIteratorEnvironment
-
-