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, waitbindStatement, getStatement, tableExistenceRequiredpublic 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 Mutationprotected PersistenceController controller()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025