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.jdbcClasses in org.apache.ignite.cache.store.jdbc that implement LifecycleAware Modifier and Type Class Description classCacheAbstractJdbcStore<K,V>Implementation ofCacheStorebacked by JDBC.classCacheJdbcPojoStore<K,V>Implementation ofCacheStorebacked by JDBC and POJO via reflection.classCacheJdbcStoreSessionListenerCache store session listener based on JDBC connection.
- 
Uses of LifecycleAware in org.apache.ignite.platform.dotnetClasses in org.apache.ignite.platform.dotnet that implement LifecycleAware Modifier and Type Class Description classPlatformDotNetAffinityFunctionAffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.
 
-