public class RocksDBReader<T> extends Object implements org.locationtech.geowave.core.store.operations.RowReader<T>
| Constructor and Description |
|---|
RocksDBReader(RocksDBClient client,
org.locationtech.geowave.core.store.operations.DataIndexReaderParams dataIndexReaderParams) |
RocksDBReader(RocksDBClient client,
org.locationtech.geowave.core.store.operations.ReaderParams<T> readerParams,
boolean async) |
RocksDBReader(RocksDBClient client,
RecordReaderParams recordReaderParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic RocksDBReader(RocksDBClient client, org.locationtech.geowave.core.store.operations.ReaderParams<T> readerParams, boolean async)
public RocksDBReader(RocksDBClient client, RecordReaderParams recordReaderParams)
public RocksDBReader(RocksDBClient client, org.locationtech.geowave.core.store.operations.DataIndexReaderParams dataIndexReaderParams)
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.