Uses of Interface
com.tangosol.config.xml.OverrideProcessor
-
Packages that use OverrideProcessor Package Description com.tangosol.coherence.config.xml Defines the Xml Document Pre-Processors and Xml Element Processors for converting Coherence Cache Configuration files into Coherence configuration object models.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.config.xml Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection. -
-
Uses of OverrideProcessor in com.tangosol.coherence.config.xml
Methods in com.tangosol.coherence.config.xml that return OverrideProcessor Modifier and Type Method Description OverrideProcessor
CacheConfigNamespaceHandler. getOverrideProcessor()
Obtains theOverrideProcessor
that is suitable for processing the xml override. -
Uses of OverrideProcessor in com.tangosol.coherence.config.xml.processor
Classes in com.tangosol.coherence.config.xml.processor that implement OverrideProcessor Modifier and Type Class Description class
CacheConfigOverrideProcessor
Implementation ofOverrideProcessor
that process cache configuration override file. -
Uses of OverrideProcessor in com.tangosol.config.xml
Methods in com.tangosol.config.xml that return OverrideProcessor Modifier and Type Method Description default OverrideProcessor
NamespaceHandler. getOverrideProcessor()
Obtains theOverrideProcessor
that is suitable for processing the xml override.
-