| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationEnrichment |
StoredCacheData.cacheConfigurationEnrichment() |
CacheConfigurationEnrichment |
CacheGroupDescriptor.cacheConfigurationEnrichment() |
CacheConfigurationEnrichment |
DynamicCacheDescriptor.cacheConfigurationEnrichment() |
CacheConfigurationEnrichment |
CacheData.cacheConfigurationEnrichment() |
CacheConfigurationEnrichment |
DynamicCacheChangeRequest.cacheConfigurationEnrichment() |
CacheConfigurationEnrichment |
CacheGroupData.cacheConfigurationEnrichment() |
| Modifier and Type | Method and Description |
|---|---|
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitterImpl.split(CacheConfiguration ccfg)
Splits the given cache configuration into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitterOldFormat.split(CacheConfiguration ccfg)
Splits the given cache configuration into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitter.split(CacheConfiguration ccfg)
Splits the given cache configuration into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitterOldFormat.split(CacheGroupDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
default T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitter.split(CacheGroupDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitterOldFormat.split(DynamicCacheDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
default T2<CacheConfiguration,CacheConfigurationEnrichment> |
CacheConfigurationSplitter.split(DynamicCacheDescriptor desc)
Splits cache configuration associated with the given
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
| Modifier and Type | Method and Description |
|---|---|
StoredCacheData |
StoredCacheData.cacheConfigurationEnrichment(CacheConfigurationEnrichment ccfgEnrichment) |
void |
DynamicCacheChangeRequest.cacheConfigurationEnrichment(CacheConfigurationEnrichment cacheCfgEnrichment) |
CacheConfiguration<?,?> |
CacheConfigurationEnricher.enrich(CacheConfiguration<?,?> ccfg,
@Nullable CacheConfigurationEnrichment enrichment,
boolean affinityNode)
Enriches cache configuration fields with deserialized values from given
enrichment. |
CacheConfiguration<?,?> |
CacheConfigurationEnricher.enrichFully(CacheConfiguration<?,?> ccfg,
CacheConfigurationEnrichment enrichment) |
| Constructor and 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021