Uses of Interface
com.tangosol.coherence.config.builder.ParameterizedBuilder.ReflectionSupport
Package
Description
Simple CDI-based Cache Server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
-
Uses of ParameterizedBuilder.ReflectionSupport in com.oracle.coherence.cdi.server
-
Uses of ParameterizedBuilder.ReflectionSupport in com.tangosol.coherence.config.builder
Modifier and TypeClassDescriptionclass
TheEvictionPolicyBuilder
builds aConfigurableCacheMap.EvictionPolicy
.class
AnInstanceBuilder
is aParameterizedBuilder
implementation that additionally supports injection based on Coherence <instance%gt; or <class-scheme> configurations.class
AStaticFactoryInstanceBuilder
is aParameterizedBuilder
that has been configured to realize objects based on the properties defined by an <instance> configuration element that uses the static <class-factory-name> approach. -
Uses of ParameterizedBuilder.ReflectionSupport in com.tangosol.coherence.config.scheme
Modifier and TypeClassDescriptionclass
TheClassScheme
class is responsible for building customCachingScheme
s and customCacheStoreScheme
s.