| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.cache.store |
Contains cache store interfaces.
|
| org.gridgain.grid.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCacheStore<K,V> |
GridCacheConfiguration.getStore()
Gets underlying persistent storage for read-through and write-through operations.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
GridCacheConfiguration.setStore(GridCacheStore<K,V> store)
Sets persistent storage for cache data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheLoadOnlyStoreAdapter<K,V,I>
This adepter designed to support stores with bulk loading from stream-like source.
|
class |
GridCacheStoreAdapter<K,V>
Cache storage convenience adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheJdbcBlobStore<K,V>
GridCacheStore implementation backed by JDBC. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheWriteBehindStore<K,V>
Internal wrapper for a
GridCacheStore that enables write-behind logic. |
| Modifier and Type | Method and Description |
|---|---|
GridCacheStore<K,Object> |
GridCacheStoreManager.store() |
GridCacheStore<K,V> |
GridCacheWriteBehindStore.store() |
| Constructor and Description |
|---|
GridCacheStoreManager(GridCacheStore<K,Object> store) |
GridCacheWriteBehindStore(String gridName,
String cacheName,
GridLogger log,
GridCacheStore<K,V> store)
Creates a write-behind cache store for the given store and cache name.
|
Copyright © 2014. All rights reserved.