Uses of Interface
org.apache.ignite.cache.store.CacheStoreSession
-
Packages that use CacheStoreSession Package Description org.apache.ignite.cache.store Contains cache store interfaces.org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation. -
-
Uses of CacheStoreSession in org.apache.ignite.cache.store
Methods in org.apache.ignite.cache.store with parameters of type CacheStoreSession Modifier and Type Method Description void
CacheStoreSessionListener. onSessionEnd(CacheStoreSession ses, boolean commit)
On session end callback.void
CacheStoreSessionListener. onSessionStart(CacheStoreSession ses)
On session start callback. -
Uses of CacheStoreSession in org.apache.ignite.cache.store.jdbc
Methods in org.apache.ignite.cache.store.jdbc that return CacheStoreSession Modifier and Type Method Description protected CacheStoreSession
CacheAbstractJdbcStore. session()
protected CacheStoreSession
CacheJdbcBlobStore. session()
Methods in org.apache.ignite.cache.store.jdbc with parameters of type CacheStoreSession Modifier and Type Method Description void
CacheJdbcStoreSessionListener. onSessionEnd(CacheStoreSession ses, boolean commit)
On session end callback.void
CacheJdbcStoreSessionListener. onSessionStart(CacheStoreSession ses)
On session start callback.
-