Package org.apache.accumulo.tserver
Class InMemoryMap.MemoryIterator
- java.lang.Object
-
- org.apache.accumulo.core.iterators.WrappingIterator
-
- org.apache.accumulo.tserver.InMemoryMap.MemoryIterator
-
- All Implemented Interfaces:
SortedKeyValueIterator<Key,Value>,InterruptibleIterator,YieldingKeyValueIterator<Key,Value>
- Enclosing class:
- InMemoryMap
public class InMemoryMap.MemoryIterator extends WrappingIterator implements InterruptibleIterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()SortedKeyValueIterator<Key,Value>deepCopy(IteratorEnvironment env)voidsetInterruptFlag(AtomicBoolean flag)voidsetMDS(org.apache.accumulo.tserver.InMemoryMap.MemoryDataSource mds)-
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator
getSource, getTopKey, getTopValue, hasTop, init, next, seek, setSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
getTopKey, getTopValue, hasTop, init, next, seek
-
Methods inherited from interface org.apache.accumulo.core.iterators.YieldingKeyValueIterator
enableYielding
-
-
-
-
Method Detail
-
deepCopy
public SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env)
- Specified by:
deepCopyin interfaceSortedKeyValueIterator<Key,Value>- Overrides:
deepCopyin classWrappingIterator
-
close
public void close()
-
setInterruptFlag
public void setInterruptFlag(AtomicBoolean flag)
- Specified by:
setInterruptFlagin interfaceInterruptibleIterator
-
setMDS
public void setMDS(org.apache.accumulo.tserver.InMemoryMap.MemoryDataSource mds)
-
-