Class CacheConfigOverrideProcessor

java.lang.Object
com.tangosol.coherence.config.xml.processor.CacheConfigOverrideProcessor
All Implemented Interfaces:
OverrideProcessor

public class CacheConfigOverrideProcessor extends Object implements OverrideProcessor
Implementation of OverrideProcessor that process cache configuration override file.
Since:
14.1.2/22.06
  • Constructor Details

    • CacheConfigOverrideProcessor

      public CacheConfigOverrideProcessor()
  • Method Details

    • process

      public void process(XmlElement xmlBase, XmlElement xmlOverride)
      Process XmlElement override and merge with the XmlElement base element from the root configuration xml.
      Specified by:
      process in interface OverrideProcessor
      Parameters:
      xmlBase - base cache configuration xml element
      xmlOverride - override cache configuration xml element