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, getTablepublic 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019