Uses of Class
org.apache.ignite.internal.processors.cache.CacheConfigurationEnrichment
-
Packages that use CacheConfigurationEnrichment Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheConfigurationEnrichment in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheConfigurationEnrichment Modifier and Type Method Description CacheConfigurationEnrichmentCacheData. cacheConfigurationEnrichment()CacheConfigurationEnrichmentCacheGroupData. cacheConfigurationEnrichment()CacheConfigurationEnrichmentCacheGroupDescriptor. cacheConfigurationEnrichment()CacheConfigurationEnrichmentDynamicCacheChangeRequest. cacheConfigurationEnrichment()CacheConfigurationEnrichmentDynamicCacheDescriptor. cacheConfigurationEnrichment()CacheConfigurationEnrichmentStoredCacheData. cacheConfigurationEnrichment()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type CacheConfigurationEnrichment Modifier and Type Method Description T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitter. split(CacheConfiguration ccfg)Splits the given cache configuration into two partsCacheConfigurationandCacheConfigurationEnrichmentthat are serialized separately.default T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitter. split(CacheGroupDescriptor desc)Splits cache configuration associated with the givendescinto two partsCacheConfigurationandCacheConfigurationEnrichmentthat are serialized separately.default T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitter. split(DynamicCacheDescriptor desc)Splits cache configuration associated with the givendescinto two partsCacheConfigurationandCacheConfigurationEnrichmentthat are serialized separately.T2<CacheConfiguration,CacheConfigurationEnrichment>CacheConfigurationSplitterImpl. split(CacheConfiguration ccfg)Splits the given cache configuration into two partsCacheConfigurationandCacheConfigurationEnrichmentthat are serialized separately.Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheConfigurationEnrichment Modifier and Type Method Description voidDynamicCacheChangeRequest. cacheConfigurationEnrichment(CacheConfigurationEnrichment cacheCfgEnrichment)StoredCacheDataStoredCacheData. cacheConfigurationEnrichment(CacheConfigurationEnrichment ccfgEnrichment)CacheConfiguration<?,?>CacheConfigurationEnricher. enrich(CacheConfiguration<?,?> ccfg, @Nullable CacheConfigurationEnrichment enrichment, boolean affinityNode)Enriches cache configuration fields with deserialized values from givenenrichment.CacheConfiguration<?,?>CacheConfigurationEnricher. enrichFully(CacheConfiguration<?,?> ccfg, CacheConfigurationEnrichment enrichment)Constructors in org.apache.ignite.internal.processors.cache with parameters of type CacheConfigurationEnrichment 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)GridCacheAttributes(CacheConfiguration cfg, CacheConfigurationEnrichment enrichment)Creates a new instance of cache attributes.
-