Uses of Interface
org.apache.ignite.lifecycle.LifecycleAware
-
Packages that use LifecycleAware Package Description org.apache.ignite.cache.store.jdbc Contains reference JDBC-based cache store implementation.org.apache.ignite.platform.dotnet Contains .Net platform-related classes. -
-
Uses of LifecycleAware in org.apache.ignite.cache.store.jdbc
Classes in org.apache.ignite.cache.store.jdbc that implement LifecycleAware Modifier and Type Class Description class
CacheAbstractJdbcStore<K,V>
Implementation ofCacheStore
backed by JDBC.class
CacheJdbcPojoStore<K,V>
Implementation ofCacheStore
backed by JDBC and POJO via reflection.class
CacheJdbcStoreSessionListener
Cache store session listener based on JDBC connection. -
Uses of LifecycleAware in org.apache.ignite.platform.dotnet
Classes in org.apache.ignite.platform.dotnet that implement LifecycleAware Modifier and Type Class Description class
PlatformDotNetAffinityFunction
AffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.
-