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, getTablepublic 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026