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.org.apache.ignite.internal.processors.resource TODO. -
-
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 voidCacheStoreSessionListener. onSessionEnd(CacheStoreSession ses, boolean commit)On session end callback.voidCacheStoreSessionListener. 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 CacheStoreSessionCacheAbstractJdbcStore. session()protected CacheStoreSessionCacheJdbcBlobStore. session()Methods in org.apache.ignite.cache.store.jdbc with parameters of type CacheStoreSession Modifier and Type Method Description voidCacheJdbcStoreSessionListener. onSessionEnd(CacheStoreSession ses, boolean commit)On session end callback.voidCacheJdbcStoreSessionListener. onSessionStart(CacheStoreSession ses)On session start callback. -
Uses of CacheStoreSession in org.apache.ignite.internal.processors.resource
Methods in org.apache.ignite.internal.processors.resource with parameters of type CacheStoreSession Modifier and Type Method Description booleanGridResourceProcessor. injectStoreSession(Object obj, CacheStoreSession ses)Injects cache store session into given object.
-