public abstract class AbstractRocksDBIterator<T> extends Object implements org.locationtech.geowave.core.store.CloseableIterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closed |
protected org.rocksdb.RocksIterator |
it |
protected org.rocksdb.ReadOptions |
options |
| Constructor and Description |
|---|
AbstractRocksDBIterator(org.rocksdb.ReadOptions options,
org.rocksdb.RocksIterator it) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
advance() |
void |
close() |
boolean |
hasNext() |
T |
next() |
protected abstract T |
readRow(byte[] key,
byte[] value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected boolean closed
protected org.rocksdb.ReadOptions options
protected org.rocksdb.RocksIterator it
public AbstractRocksDBIterator(org.rocksdb.ReadOptions options,
org.rocksdb.RocksIterator it)
protected void advance()
protected abstract T readRow(byte[] key, byte[] value)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.locationtech.geowave.core.store.CloseableIterator<T>Copyright © 2013–2020. All rights reserved.