Uses of Class
org.apache.ignite.internal.processors.cache.CacheGroupDescriptor
-
Packages that use CacheGroupDescriptor Package Description org.apache.ignite.internal.managers.discovery TODO.org.apache.ignite.internal.pagemem.store org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.file org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of CacheGroupDescriptor in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery with parameters of type CacheGroupDescriptor Modifier and Type Method Description voidGridDiscoveryManager. addCacheGroup(CacheGroupDescriptor grpDesc, IgnitePredicate<ClusterNode> filter, CacheMode cacheMode)voidGridDiscoveryManager. removeCacheGroup(CacheGroupDescriptor grpDesc) -
Uses of CacheGroupDescriptor in org.apache.ignite.internal.pagemem.store
Methods in org.apache.ignite.internal.pagemem.store with parameters of type CacheGroupDescriptor Modifier and Type Method Description voidIgnitePageStoreManager. initializeForCache(CacheGroupDescriptor grpDesc, CacheConfiguration<?,?> ccfg)Callback called when a cache is starting. -
Uses of CacheGroupDescriptor in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheGroupDescriptor Modifier and Type Method Description CacheGroupDescriptorGridCacheProcessor. cacheGroupDescriptor(int grpId)Tries to find cache group descriptor either in registered cache groups or in marked for deletion collection if cache group is considered to be stopped.CacheGroupDescriptorExchangeActions.CacheGroupActionData. descriptor()CacheGroupDescriptorCacheConfigurationEnricher. enrich(CacheGroupDescriptor desc, boolean affinityNode)Enriches descriptor cache configuration with stored enrichment.CacheGroupDescriptorCachesRegistry. group(int grpId)CacheGroupDescriptorDynamicCacheDescriptor. groupDescriptor()@Nullable CacheGroupDescriptorClusterCachesInfo. markedForDeletionCacheGroupDesc(int grpId)CacheGroupDescriptorCachesRegistry. unregisterGroup(int grpId)Removes cache group from registry.Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type CacheGroupDescriptor Modifier and Type Method Description Map<Integer,CacheGroupDescriptor>CachesRegistry. allGroups()Map<Integer,CacheGroupDescriptor>GridCacheProcessor. cacheGroupDescriptors()Map<Integer,CacheGroupDescriptor>LocalJoinCachesContext. cacheGroupDescriptors()Map<Integer,CacheGroupDescriptor>CacheAffinitySharedManager. cacheGroups()Collection<CacheGroupDescriptor>GridCacheProcessor. persistentGroups()Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheGroupDescriptor Modifier and Type Method Description voidExchangeActions. addCacheGroupToStop(CacheGroupDescriptor grpDesc, boolean destroy)CacheGroupDescriptorCacheConfigurationEnricher. enrich(CacheGroupDescriptor desc, boolean affinityNode)Enriches descriptor cache configuration with stored enrichment.default T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitter. split(CacheGroupDescriptor desc)Splits cache configuration associated with the givendescinto two partsCacheConfigurationandCacheConfigurationEnrichmentthat are serialized separately.Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheGroupDescriptor Modifier and Type Method Description IgniteInternalFuture<?>CachesRegistry. init(Map<Integer,CacheGroupDescriptor> groupDescriptors, Map<String,DynamicCacheDescriptor> cacheDescriptors)Removes currently registered cache groups and caches.IgniteInternalFuture<?>CacheAffinitySharedManager. initCachesOnLocalJoin(Map<Integer,CacheGroupDescriptor> grpDescs, Map<String,DynamicCacheDescriptor> cacheDescs)Must be called from exchange thread.Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheGroupDescriptor Constructor Description DynamicCacheDescriptor(GridKernalContext ctx, CacheConfiguration cacheCfg, CacheType cacheType, CacheGroupDescriptor grpDesc, boolean template, UUID rcvdFrom, boolean staticCfg, boolean sql, IgniteUuid deploymentId, QuerySchema schema, @Nullable CacheConfigurationEnrichment cacheCfgEnrichment)Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type CacheGroupDescriptor Constructor Description LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches, List<DynamicCacheDescriptor> locJoinInitCaches, Map<Integer,CacheGroupDescriptor> cacheGrpDescs, Map<String,DynamicCacheDescriptor> cacheDescs) -
Uses of CacheGroupDescriptor in org.apache.ignite.internal.processors.cache.persistence.file
Methods in org.apache.ignite.internal.processors.cache.persistence.file with parameters of type CacheGroupDescriptor Modifier and Type Method Description voidFilePageStoreManager. initializeForCache(CacheGroupDescriptor grpDesc, CacheConfiguration<?,?> ccfg)Callback called when a cache is starting. -
Uses of CacheGroupDescriptor in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type CacheGroupDescriptor Constructor Description CacheGroupView(CacheGroupDescriptor grp)
-