public class InMemoryMap.MemoryIterator extends WrappingIterator implements InterruptibleIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SortedKeyValueIterator<Key,Value> |
deepCopy(IteratorEnvironment env) |
protected SortedKeyValueIterator<Key,Value> |
getSource() |
void |
setInterruptFlag(AtomicBoolean flag) |
void |
setMDS(org.apache.accumulo.tserver.InMemoryMap.MemoryDataSource mds) |
getTopKey, getTopValue, hasTop, init, next, seek, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTopKey, getTopValue, hasTop, init, next, seekprotected SortedKeyValueIterator<Key,Value> getSource()
getSource in class WrappingIteratorpublic SortedKeyValueIterator<Key,Value> deepCopy(IteratorEnvironment env)
deepCopy in interface SortedKeyValueIterator<Key,Value>deepCopy in class WrappingIteratorpublic void close()
public void setInterruptFlag(AtomicBoolean flag)
setInterruptFlag in interface InterruptibleIteratorpublic void setMDS(org.apache.accumulo.tserver.InMemoryMap.MemoryDataSource mds)
Copyright © 2015 Apache Accumulo Project. All rights reserved.