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.configuration |
Contains configuration-related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheLoadOnlyStoreAdapter<K,V,I>
This adapter designed to support stores with bulk loading from stream-like source.
|
class |
CacheStoreAdapter<K,V>
Cache storage convenience adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAbstractJdbcStore<K,V>
Implementation of
CacheStore backed by JDBC. |
class |
CacheJdbcBlobStore<K,V>
CacheStore implementation backed by JDBC. |
class |
CacheJdbcPojoStore<K,V>
Implementation of
CacheStore backed by JDBC and POJO via reflection. |
Modifier and Type | Method and Description |
---|---|
javax.cache.configuration.Factory<CacheStore<? super K,? super V>> |
CacheConfiguration.getCacheStoreFactory()
Gets factory for underlying persistent storage for read-through and write-through operations.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setCacheStoreFactory(javax.cache.configuration.Factory<? extends CacheStore<? super K,? super V>> storeFactory)
Sets factory for persistent storage for cache data.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023