| Modifier and Type | Method and Description |
|---|---|
CacheStoreManager |
GridCacheContext.store() |
| Constructor and Description |
|---|
GridCacheContext(GridKernalContext ctx,
GridCacheSharedContext sharedCtx,
CacheConfiguration cacheCfg,
CacheGroupContext grp,
CacheType cacheType,
AffinityTopologyVersion locStartTopVer,
boolean affNode,
boolean updatesAllowed,
GridCacheEventManager evtMgr,
CacheStoreManager storeMgr,
CacheEvictionManager evictMgr,
GridCacheQueryManager<K,V> qryMgr,
CacheContinuousQueryManager contQryMgr,
CacheDataStructuresManager dataStructuresMgr,
GridCacheTtlManager ttlMgr,
GridCacheDrManager drMgr,
CacheConflictResolutionManager<K,V> rslvrMgr,
CachePluginManager pluginMgr,
GridCacheAffinityManager affMgr) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheOsStoreManager
Default store manager implementation.
|
class |
GridCacheStoreManagerAdapter
Store manager.
|
| Constructor and Description |
|---|
GridCacheWriteBehindStore(CacheStoreManager storeMgr,
String igniteInstanceName,
String cacheName,
IgniteLogger log,
CacheStore<K,V> store)
Creates a write-behind cache store for the given store.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CacheStoreManager> |
IgniteTxState.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxRemoteSingleStateImpl.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxRemoteStateImpl.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxImplicitSingleStateImpl.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxStateImpl.stores(GridCacheSharedContext cctx) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IgniteTxAdapter.isWriteToStoreFromDhtValid(Collection<CacheStoreManager> stores) |
protected void |
IgniteTxAdapter.sessionEnd(Collection<CacheStoreManager> stores,
boolean commit) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017