Package | Description |
---|---|
org.apache.ignite.cache.store |
Contains cache store interfaces.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CacheLoadOnlyStoreAdapter<K,V,I>
This adepter 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 |
CacheHibernateBlobStore<K,V>
CacheStore implementation backed by Hibernate. |
Modifier and Type | Class and Description |
---|---|
class |
CacheAbstractJdbcStore<K,V>
Base
CacheStore implementation backed by JDBC. |
class |
CacheJdbcBlobStore<K,V>
CacheStore implementation backed by JDBC. |
class |
CacheJdbcPojoStore
Base class for
CacheStore that implementation 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 |
---|---|
void |
CacheConfiguration.setCacheStoreFactory(javax.cache.configuration.Factory<? extends CacheStore<? super K,? super V>> storeFactory)
Sets factory fpr persistent storage for cache data.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015