R
- type of the result returned from operation.public interface ExecutionAssistant<R>
CassandraCacheStore
.Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.BoundStatement |
bindStatement(com.datastax.driver.core.PreparedStatement statement)
Binds prepared statement.
|
KeyValuePersistenceSettings |
getPersistenceSettings()
Persistence settings to use for an operation.
|
String |
getStatement()
Returns CQL statement to be used for an operation.
|
String |
getTable()
Cassandra table to use for an operation.
|
String |
operationName()
Returns operation name.
|
R |
process(com.datastax.driver.core.Row row)
Processes Cassandra database table row returned by specified CQL statement.
|
boolean |
tableExistenceRequired()
Indicates if Cassandra table existence is required for an operation.
|
boolean tableExistenceRequired()
String getTable()
String getStatement()
com.datastax.driver.core.BoundStatement bindStatement(com.datastax.driver.core.PreparedStatement statement)
statement
- prepared statement.KeyValuePersistenceSettings getPersistenceSettings()
String operationName()
R process(com.datastax.driver.core.Row row)
row
- Cassandra database table row.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024