public class DeleteMutation extends BaseMutation
Constructor and Description |
---|
DeleteMutation(Object key,
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 DeleteMutation(Object key, String table, PersistenceController ctrl)
key
- Ignite cache key of the object which should be deleted.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