public class RocksDBDataIndexTable extends AbstractRocksDBTable
adapterId, compactOnWrite, subDirectory, visibilityEnabled| Constructor and Description |
|---|
RocksDBDataIndexTable(org.rocksdb.Options writeOptions,
org.rocksdb.WriteOptions batchWriteOptions,
String subDirectory,
short adapterId,
boolean visibilityEnabled,
boolean compactOnWrite,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value) |
org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> |
dataIndexIterator(byte[][] dataIds) |
org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> |
dataIndexIterator(byte[] startDataId,
byte[] endDataId,
boolean reverse) |
close, compact, delete, flush, getDb, getSubDirectory, internalFlush, putpublic RocksDBDataIndexTable(org.rocksdb.Options writeOptions,
org.rocksdb.WriteOptions batchWriteOptions,
String subDirectory,
short adapterId,
boolean visibilityEnabled,
boolean compactOnWrite,
int batchSize)
public void add(byte[] dataId,
org.locationtech.geowave.core.store.entities.GeoWaveValue value)
public org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> dataIndexIterator(byte[][] dataIds)
public org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.entities.GeoWaveRow> dataIndexIterator(byte[] startDataId,
byte[] endDataId,
boolean reverse)
Copyright © 2013–2020. All rights reserved.