public abstract class BaseMutation extends Object implements Mutation
Constructor and Description |
---|
BaseMutation(String table,
PersistenceController ctrl)
Creates instance of mutation operation.
|
Modifier and Type | Method and Description |
---|---|
protected PersistenceController |
controller()
Service method to get persistence controller instance
|
KeyValuePersistenceSettings |
getPersistenceSettings()
Returns Ignite cache key/value persistence settings.
|
String |
getTable()
Cassandra table to use for an operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindStatement, getStatement, tableExistenceRequired
public BaseMutation(String table, PersistenceController ctrl)
table
- Cassandra table which should be used for the mutation.ctrl
- Persistence controller to use.public String getTable()
public KeyValuePersistenceSettings getPersistenceSettings()
getPersistenceSettings
in interface Mutation
protected PersistenceController controller()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024