public interface OnDiskAtomIterator extends CloseableIterator<OnDiskAtom>
Modifier and Type | Method and Description |
---|---|
void |
close()
clean up any open resources
|
ColumnFamily |
getColumnFamily() |
DecoratedKey |
getKey() |
ColumnFamily getColumnFamily()
DecoratedKey getKey()
void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
java.io.IOException
Copyright © 2013 The Apache Software Foundation