Uses of Class
com.tangosol.coherence.config.scheme.AbstractCompositeScheme
-
Packages that use AbstractCompositeScheme Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor 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.scheme Modifier and Type Class Description class
NearScheme
TheNearScheme
is used to realize (create) an instance of a NearCache.class
OverflowScheme
class
ViewScheme
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 AbstractCompositeScheme Modifier and Type Class Description class
CompositeSchemeProcessor<T extends AbstractCompositeScheme>
ACompositeSchemeProcessor
is aCustomizableBuilderProcessor
for schemes that consist of a front and back scheme.
-