Uses of Interface
org.apache.ignite.cache.store.CacheStoreSessionListener
-
Packages that use CacheStoreSessionListener Package Description org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation.org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheStoreSessionListener in org.apache.ignite.cache.store.jdbc
Classes in org.apache.ignite.cache.store.jdbc that implement CacheStoreSessionListener Modifier and Type Class Description classCacheJdbcStoreSessionListenerCache store session listener based on JDBC connection. -
Uses of CacheStoreSessionListener in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return types with arguments of type CacheStoreSessionListener Modifier and Type Method Description javax.cache.configuration.Factory<? extends CacheStoreSessionListener>[]CacheConfiguration. getCacheStoreSessionListenerFactories()Gets cache store session listener factories.javax.cache.configuration.Factory<CacheStoreSessionListener>[]IgniteConfiguration. getCacheStoreSessionListenerFactories()Gets cache store session listener factories. -
Uses of CacheStoreSessionListener in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type CacheStoreSessionListener Modifier and Type Method Description static Collection<CacheStoreSessionListener>GridCacheUtils. startStoreSessionListeners(GridKernalContext ctx, javax.cache.configuration.Factory<CacheStoreSessionListener>[] factories)Creates and starts store session listeners.@Nullable Collection<CacheStoreSessionListener>GridCacheSharedContext. storeSessionListeners()Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheStoreSessionListener Modifier and Type Method Description <K,V>
GridCacheSharedContext<K,V>GridCacheSharedContext.Builder. build(GridKernalContext kernalCtx, Collection<CacheStoreSessionListener> storeSesLsnrs)static voidGridCacheUtils. stopStoreSessionListeners(GridKernalContext ctx, Collection<CacheStoreSessionListener> sesLsnrs)Stops store session listeners.
-