public class RocksDBWriter extends Object implements RowWriter
| Constructor and Description |
|---|
RocksDBWriter(RocksDBClient client,
short adapterId,
String typeName,
String indexName,
boolean isTimestampRequired) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush()
Flush the writer, committing all pending writes.
|
void |
write(GeoWaveRow row)
Write a GeoWave row to the DB.
|
void |
write(GeoWaveRow[] rows)
Write multiple GeoWave rows to the DB.
|
public RocksDBWriter(RocksDBClient client, short adapterId, String typeName, String indexName, boolean isTimestampRequired)
public void write(GeoWaveRow[] rows)
RowWriterpublic void write(GeoWaveRow row)
RowWriterpublic void flush()
RowWriterpublic void close()
close in interface AutoCloseableCopyright © 2013–2022. All rights reserved.