public class CacheConfigurationSplitterImpl extends Object implements CacheConfigurationSplitter
| Constructor and Description |
|---|
CacheConfigurationSplitterImpl(GridKernalContext ctx,
Marshaller marshaller)
Creates a new instance of splitter.
|
| 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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsplit, splitpublic CacheConfigurationSplitterImpl(GridKernalContext ctx, Marshaller marshaller)
ctx - Kernal context.marshaller - Marshaller to be used for seserialization.public T2<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.split in interface CacheConfigurationSplitterccfg - Cache configuration to split.SerializeSeparately
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021