public class WriteMutation extends BaseMutation
Constructor and Description |
---|
WriteMutation(javax.cache.Cache.Entry entry,
String table,
PersistenceController ctrl)
Creates instance of delete mutation operation.
|
Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.BoundStatement |
bindStatement(com.datastax.driver.core.PreparedStatement statement)
Binds prepared statement to current Cassandra session.
|
String |
getStatement()
Returns unbind CLQ statement for to be executed.
|
boolean |
tableExistenceRequired()
Indicates if Cassandra tables existence is required for this operation.
|
controller, getPersistenceSettings, getTable
public WriteMutation(javax.cache.Cache.Entry entry, String table, PersistenceController ctrl)
entry
- Ignite cache entry to be inserted into Cassandra.table
- Cassandra table which should be used for the mutation.ctrl
- Persistence controller to use.public boolean tableExistenceRequired()
true
true if table existence required.public String getStatement()
public com.datastax.driver.core.BoundStatement bindStatement(com.datastax.driver.core.PreparedStatement statement)
statement
- Statement.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024