Uses of Class
com.tangosol.coherence.config.scheme.AbstractCompositeScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of AbstractCompositeScheme in com.tangosol.coherence.config.scheme
Modifier and TypeClassDescriptionclass
TheNearScheme
is used to realize (create) an instance of a NearCache.class
class
A Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'. -
Uses of AbstractCompositeScheme in com.tangosol.coherence.config.xml.processor
Modifier and TypeClassDescriptionclass
CompositeSchemeProcessor<T extends AbstractCompositeScheme>
ACompositeSchemeProcessor
is aCustomizableBuilderProcessor
for schemes that consist of a front and back scheme.