public class DataIndexBoundedReverseRowIterator extends Object implements org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow>
| Constructor and Description |
|---|
DataIndexBoundedReverseRowIterator(byte[] startDataId,
org.rocksdb.RocksIterator it,
short adapterId,
boolean visiblityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
org.locationtech.geowave.core.store.entities.GeoWaveRow |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic DataIndexBoundedReverseRowIterator(byte[] startDataId,
org.rocksdb.RocksIterator it,
short adapterId,
boolean visiblityEnabled)
public boolean hasNext()
public org.locationtech.geowave.core.store.entities.GeoWaveRow next()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow>Copyright © 2013–2020. All rights reserved.