public interface CacheConfigurationSplitter
| Modifier and Type | Method and Description |
|---|---|
T2<CacheConfiguration,CacheConfigurationEnrichment> |
split(CacheConfiguration ccfg)
Splits the given cache configuration into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately. |
default T2<CacheConfiguration,CacheConfigurationEnrichment> |
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> |
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> split(CacheGroupDescriptor desc)
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately.
The fields marked with SerializeSeparately are placed into CacheConfigurationEnrichment,
the corresponding values into CacheConfiguration are changed with the default ones.desc - Cache group description to split.SerializeSeparatelydefault T2<CacheConfiguration,CacheConfigurationEnrichment> split(DynamicCacheDescriptor desc)
desc into two parts
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately.
The fields marked with SerializeSeparately are placed into CacheConfigurationEnrichment,
the corresponding values into CacheConfiguration are changed with the default ones.desc - Cache description to split.SerializeSeparatelyT2<CacheConfiguration,CacheConfigurationEnrichment> split(CacheConfiguration ccfg)
CacheConfiguration and CacheConfigurationEnrichment that are serialized separately.
The fields marked with SerializeSeparately are placed into CacheConfigurationEnrichment,
the corresponding values into CacheConfiguration are changed with the default ones.ccfg - Cache configuration to split.SerializeSeparately
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023