Uses of Interface
org.apache.ignite.internal.processors.cache.CacheEvictionManager
-
Packages that use CacheEvictionManager Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheEvictionManager in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement CacheEvictionManager Modifier and Type Class Description classCacheOffheapEvictionManagerclassGridCacheEvictionManagerMethods in org.apache.ignite.internal.processors.cache that return CacheEvictionManager Modifier and Type Method Description CacheEvictionManagerGridCacheContext. evicts()Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheEvictionManager 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)
-