Package | Description |
---|---|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
org.apache.ignite.cache.store.cassandra |
Contains
CacheStore implementation backed by Cassandra database |
org.apache.ignite.cache.store.hibernate |
Contains reference Hibernate-based cache store implementation.
|
org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.gridgain.grid.cache.store.local |
Contains cache file local store API 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 |
CassandraCacheStore<K,V>
Implementation of
CacheStore backed by Cassandra database. |
Modifier and Type | Class and Description |
---|---|
class |
CacheHibernateBlobStore<K,V>
CacheStore implementation backed by Hibernate. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheFileLocalStore<K,V>
Local file based
CacheStore implementation. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024