Uses of Class
org.apache.ignite.internal.processors.platform.cache.PlatformCacheManager
-
Packages that use PlatformCacheManager Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.platform -
-
Uses of PlatformCacheManager in org.apache.ignite.internal.processors.cache
Constructors in org.apache.ignite.internal.processors.cache with parameters of type PlatformCacheManager 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 PlatformCacheManager in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformCacheManager Modifier and Type Method Description PlatformCacheManagerPlatformNoopProcessor. cacheManager()Gets the cache manager.PlatformCacheManagerPlatformProcessor. cacheManager()Gets the cache manager.PlatformCacheManagerPlatformProcessorImpl. cacheManager()Gets the cache manager.
-