public class CassandraWriter extends Object implements RowWriter
Constructor and Description |
---|
CassandraWriter(String tableName,
CassandraOperations operations) |
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 CassandraWriter(String tableName, CassandraOperations operations)
public void close() throws Exception
close
in interface AutoCloseable
Exception
public void write(GeoWaveRow[] rows)
RowWriter
public void write(GeoWaveRow row)
RowWriter
public void flush()
RowWriter
Copyright © 2013–2022. All rights reserved.