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