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. -
-
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 class
CacheJdbcStoreSessionListener
Cache 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.
-