Uses of Class
com.tangosol.coherence.config.scheme.AbstractCompositeScheme
Packages that use 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
Subclasses of AbstractCompositeScheme in com.tangosol.coherence.config.schemeModifier 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
Classes in com.tangosol.coherence.config.xml.processor with type parameters of type AbstractCompositeSchemeModifier and TypeClassDescriptionclass
CompositeSchemeProcessor<T extends AbstractCompositeScheme>
ACompositeSchemeProcessor
is aCustomizableBuilderProcessor
for schemes that consist of a front and back scheme.