Package | Description |
---|---|
org.apache.ignite.cache.store.cassandra.session |
Contains classes responsible for handling sessions and communication with Cassandra
|
org.apache.ignite.cache.store.cassandra.session.transaction |
Contains mutations implementation, to store changes made inside Ignite transaction
|
Constructor and Description |
---|
LoadCacheCustomQueryWorker(CassandraSession ses,
com.datastax.driver.core.Statement stmt,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
LoadCacheCustomQueryWorker(CassandraSession ses,
String qry,
PersistenceController ctrl,
IgniteLogger log,
IgniteBiInClosure<K,V> clo) |
Modifier and Type | Method and Description |
---|---|
protected PersistenceController |
BaseMutation.controller()
Service method to get persistence controller instance
|
Constructor and Description |
---|
BaseMutation(String table,
PersistenceController ctrl)
Creates instance of mutation operation.
|
DeleteMutation(Object key,
String table,
PersistenceController ctrl)
Creates instance of delete mutation operation.
|
WriteMutation(javax.cache.Cache.Entry entry,
String table,
PersistenceController ctrl)
Creates instance of delete mutation operation.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024