org.apache.accumulo.core.file
public interface FileSKVIterator extends InterruptibleIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeDeepCopies() |
Key |
getFirstKey() |
Key |
getLastKey() |
DataInputStream |
getMetaStore(String name) |
setInterruptFlagdeepCopy, getTopKey, getTopValue, hasTop, init, next, seekKey getFirstKey() throws IOException
IOExceptionKey getLastKey() throws IOException
IOExceptionDataInputStream getMetaStore(String name) throws IOException, NoSuchMetaStoreException
IOExceptionNoSuchMetaStoreExceptionvoid closeDeepCopies()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2014 Apache Accumulo Project. All rights reserved.