public class RocksDBRowDeleter extends Object implements org.locationtech.geowave.core.store.operations.RowDeleter
| Constructor and Description |
|---|
RocksDBRowDeleter(RocksDBClient client,
org.locationtech.geowave.core.store.adapter.PersistentAdapterStore adapterStore,
org.locationtech.geowave.core.store.adapter.InternalAdapterStore internalAdapterStore,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete(org.locationtech.geowave.core.store.entities.GeoWaveRow row) |
void |
flush() |
public RocksDBRowDeleter(RocksDBClient client, org.locationtech.geowave.core.store.adapter.PersistentAdapterStore adapterStore, org.locationtech.geowave.core.store.adapter.InternalAdapterStore internalAdapterStore, String indexName)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.locationtech.geowave.core.store.operations.RowDeleterpublic void delete(org.locationtech.geowave.core.store.entities.GeoWaveRow row)
delete in interface org.locationtech.geowave.core.store.operations.RowDeleterpublic void flush()
flush in interface org.locationtech.geowave.core.store.operations.RowDeleterCopyright © 2013–2020. All rights reserved.