Uses of Class
org.apache.ignite.internal.processors.cache.DynamicCacheDescriptor
-
Packages that use DynamicCacheDescriptor Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.platform.client.cache org.apache.ignite.internal.processors.query org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of DynamicCacheDescriptor in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return DynamicCacheDescriptor Modifier and Type Method Description @Nullable DynamicCacheDescriptorCachesRegistry. cache(int cacheId)@Nullable DynamicCacheDescriptorGridCacheProcessor. cacheDescriptor(int cacheId)DynamicCacheDescriptorGridCacheProcessor. cacheDescriptor(String name)Get registered cache descriptor.DynamicCacheDescriptorExchangeActions.CacheActionData. descriptor()DynamicCacheDescriptorCacheConfigurationEnricher. enrich(DynamicCacheDescriptor desc, boolean affinityNode)Enriches descriptor cache configuration with stored enrichment.DynamicCacheDescriptorStartCacheInfo. getCacheDescriptor()@Nullable DynamicCacheDescriptorClusterCachesInfo. markedForDeletionCache(String cacheName)@Nullable DynamicCacheDescriptorCachesRegistry. unregisterCache(int cacheId)Removes cache from registry.Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type DynamicCacheDescriptor Modifier and Type Method Description Map<Integer,DynamicCacheDescriptor>CachesRegistry. allCaches()Map<String,DynamicCacheDescriptor>GridCacheProcessor. cacheDescriptors()Map<String,DynamicCacheDescriptor>LocalJoinCachesContext. cacheDescriptors()Map<Integer,DynamicCacheDescriptor>CacheAffinitySharedManager. caches()List<T2<DynamicCacheDescriptor,NearCacheConfiguration>>LocalJoinCachesContext. caches()List<DynamicCacheDescriptor>LocalJoinCachesContext. initCaches()Collection<DynamicCacheDescriptor>GridCacheProcessor. persistentCaches()Collection<DynamicCacheDescriptor>GridCacheProcessor. startReceivedCaches(UUID nodeId, AffinityTopologyVersion exchTopVer)Starts statically configured caches received from remote nodes during exchange.Methods in org.apache.ignite.internal.processors.cache with parameters of type DynamicCacheDescriptor Modifier and Type Method Description voidExchangeActions. addCacheToStop(DynamicCacheChangeRequest req, DynamicCacheDescriptor desc)DynamicCacheDescriptorCacheConfigurationEnricher. enrich(DynamicCacheDescriptor desc, boolean affinityNode)Enriches descriptor cache configuration with stored enrichment.voidGridCacheContext. finishRecovery(AffinityTopologyVersion topVer, DynamicCacheDescriptor clusterWideDesc)Called when cache was restored during recovery and node has joined to topology.voidGridCacheProcessor. prepareCacheStart(DynamicCacheDescriptor desc, @Nullable NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart, boolean clientCache)voidGridCacheProcessor. preparePageStore(DynamicCacheDescriptor desc, boolean affNode)Prepare page store for start cache.voidGridCacheProcessor. saveCacheConfiguration(DynamicCacheDescriptor desc)Save cache configuration to persistent store if necessary.default T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitter. split(DynamicCacheDescriptor 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 DynamicCacheDescriptor Modifier and Type Method Description IgniteInternalFuture<?>CachesRegistry. addUnregistered(Collection<DynamicCacheDescriptor> descs)Adds cache and caches groups that is not registered yet to registry.IgniteInternalFuture<?>CacheAffinitySharedManager. initStartedCaches(boolean crd, GridDhtPartitionsExchangeFuture fut, Collection<DynamicCacheDescriptor> descs)Initialized affinity for cache received from node joining on this exchange.Constructors in org.apache.ignite.internal.processors.cache with parameters of type DynamicCacheDescriptor Constructor Description GridCacheContextInfo(DynamicCacheDescriptor cacheDesc)Constructor of not started cache context.StartCacheInfo(CacheConfiguration conf, DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart)StartCacheInfo(CacheConfiguration conf, DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart, boolean clientCache)StartCacheInfo(DynamicCacheDescriptor desc, NearCacheConfiguration reqNearCfg, AffinityTopologyVersion exchTopVer, boolean disabledAfterStart)Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type DynamicCacheDescriptor Constructor Description LocalJoinCachesContext(List<T2<DynamicCacheDescriptor,NearCacheConfiguration>> locJoinStartCaches, List<DynamicCacheDescriptor> locJoinInitCaches, Map<Integer,CacheGroupDescriptor> cacheGrpDescs, Map<String,DynamicCacheDescriptor> cacheDescs) -
Uses of DynamicCacheDescriptor in org.apache.ignite.internal.processors.platform.client.cache
Methods in org.apache.ignite.internal.processors.platform.client.cache that return DynamicCacheDescriptor Modifier and Type Method Description protected DynamicCacheDescriptorClientCacheRequest. cacheDescriptor(ClientConnectionContext ctx)Gets the cache descriptor.static DynamicCacheDescriptorClientCacheRequest. cacheDescriptor(ClientConnectionContext ctx, int cacheId)Gets the cache descriptor. -
Uses of DynamicCacheDescriptor in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type DynamicCacheDescriptor Modifier and Type Method Description voidGridQueryProcessor. initQueryStructuresForNotStartedCache(DynamicCacheDescriptor cacheDesc)Initialize query infrastructure for not started cache.Method parameters in org.apache.ignite.internal.processors.query with type arguments of type DynamicCacheDescriptor Modifier and Type Method Description static SchemaOperationExceptionQueryUtils. checkQueryEntityConflicts(CacheConfiguration<?,?> ccfg, Collection<DynamicCacheDescriptor> descs)Check givenCacheConfigurationfor conflicts in table and index names from any query entities found in collection ofDynamicCacheDescriptors and belonging to the same schema. -
Uses of DynamicCacheDescriptor in org.apache.ignite.spi.systemview.view
Constructors in org.apache.ignite.spi.systemview.view with parameters of type DynamicCacheDescriptor Constructor Description CacheView(DynamicCacheDescriptor cache, GridKernalContext ctx)
-