public class BatchedWrite extends BatchHandler implements AutoCloseable
Modifier and Type | Class and Description |
---|---|
protected static class |
BatchedWrite.IngestCallback |
batches, session
Constructor and Description |
---|
BatchedWrite(com.datastax.driver.core.Session session,
com.datastax.driver.core.PreparedStatement preparedInsert,
int batchSize,
boolean isDataIndex,
boolean visibilityEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
insert(GeoWaveRow row) |
addStatement
public BatchedWrite(com.datastax.driver.core.Session session, com.datastax.driver.core.PreparedStatement preparedInsert, int batchSize, boolean isDataIndex, boolean visibilityEnabled)
public void insert(GeoWaveRow row)
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2013–2020. All rights reserved.