public class RedisDataIndexWriter extends Object implements org.locationtech.geowave.core.store.operations.RowWriter
| Constructor and Description |
|---|
RedisDataIndexWriter(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String namespace,
String typeName,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(org.locationtech.geowave.core.store.entities.GeoWaveRow row) |
void |
write(org.locationtech.geowave.core.store.entities.GeoWaveRow[] rows) |
public RedisDataIndexWriter(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String namespace,
String typeName,
boolean visibilityEnabled)
public void write(org.locationtech.geowave.core.store.entities.GeoWaveRow[] rows)
write in interface org.locationtech.geowave.core.store.operations.RowWriterpublic void write(org.locationtech.geowave.core.store.entities.GeoWaveRow row)
write in interface org.locationtech.geowave.core.store.operations.RowWriterpublic void flush()
flush in interface org.locationtech.geowave.core.store.operations.RowWriterpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2013–2020. All rights reserved.