Uses of Interface
org.apache.ignite.internal.processors.cache.store.CacheStoreManager
-
Packages that use CacheStoreManager 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 -
-
Uses of CacheStoreManager in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheStoreManager Modifier and Type Method Description CacheStoreManagerGridCacheContext. store()Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheStoreManager Constructor Description GridCacheContext(GridKernalContext ctx, GridCacheSharedContext sharedCtx, CacheConfiguration cacheCfg, CacheGroupContext grp, CacheType cacheType, AffinityTopologyVersion locStartTopVer, IgniteUuid deploymentId, boolean affNode, boolean updatesAllowed, boolean statisticsEnabled, boolean recoveryMode, 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) -
Uses of CacheStoreManager in org.apache.ignite.internal.processors.cache.store
Classes in org.apache.ignite.internal.processors.cache.store that implement CacheStoreManager Modifier and Type Class Description classCacheOsStoreManagerDefault store manager implementation.classGridCacheStoreManagerAdapterStore manager.Constructors in org.apache.ignite.internal.processors.cache.store with parameters of type CacheStoreManager Constructor Description GridCacheWriteBehindStore(CacheStoreManager storeMgr, String igniteInstanceName, String cacheName, IgniteLogger log, CacheStore<K,V> store)Creates a write-behind cache store for the given store. -
Uses of CacheStoreManager in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type CacheStoreManager Modifier and Type Method Description Collection<CacheStoreManager>IgniteTxImplicitSingleStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxRemoteSingleStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxRemoteStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxState. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxStateImpl. stores(GridCacheSharedContext cctx)Method parameters in org.apache.ignite.internal.processors.cache.transactions with type arguments of type CacheStoreManager Modifier and Type Method Description protected booleanIgniteTxAdapter. isWriteToStoreFromDhtValid(Collection<CacheStoreManager> stores)protected voidIgniteTxAdapter. sessionEnd(Collection<CacheStoreManager> stores, boolean commit)
-