Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheTtlManager
-
Packages that use GridCacheTtlManager Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridCacheTtlManager in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheTtlManager Modifier and Type Method Description GridCacheTtlManagerGridCacheContext. ttl()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheTtlManager Modifier and Type Method Description voidGridCacheSharedTtlCleanupManager. register(GridCacheTtlManager mgr)Register ttl manager of cache for periodical check on expired entries.voidGridCacheSharedTtlCleanupManager. unregister(GridCacheTtlManager mgr)Unregister ttl manager of cache from periodical check on expired entries.Constructors in org.apache.ignite.internal.processors.cache with parameters of type GridCacheTtlManager 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)
-