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