| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.store | |
| org.apache.ignite.internal.processors.cache.transactions |
| 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,
IgniteUuid deploymentId,
boolean affNode,
boolean updatesAllowed,
boolean statisticsEnabled,
boolean recoveryMode,
CacheCompressionManager compressMgr,
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,
PlatformCacheManager platformMgr) |
| 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> |
IgniteTxRemoteSingleStateImpl.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxImplicitSingleStateImpl.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxState.stores(GridCacheSharedContext cctx) |
Collection<CacheStoreManager> |
IgniteTxRemoteStateImpl.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 Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020