public class RedisRowDeleter extends Object implements org.locationtech.geowave.core.store.operations.RowDeleter
| Constructor and Description |
|---|
RedisRowDeleter(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
org.locationtech.geowave.core.store.adapter.PersistentAdapterStore adapterStore,
org.locationtech.geowave.core.store.adapter.InternalAdapterStore internalAdapterStore,
String indexName,
String namespace,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete(org.locationtech.geowave.core.store.entities.GeoWaveRow row) |
void |
flush() |
public RedisRowDeleter(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
org.locationtech.geowave.core.store.adapter.PersistentAdapterStore adapterStore,
org.locationtech.geowave.core.store.adapter.InternalAdapterStore internalAdapterStore,
String indexName,
String namespace,
boolean visibilityEnabled)
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.