Uses of Interface
com.tangosol.coherence.config.builder.ParameterizedBuilderRegistry
-
Packages that use ParameterizedBuilderRegistry Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of ParameterizedBuilderRegistry in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement ParameterizedBuilderRegistry Modifier and Type Class Description class
SimpleParameterizedBuilderRegistry
A basic implementation of aParameterizedBuilderRegistry
.Constructors in com.tangosol.coherence.config.builder with parameters of type ParameterizedBuilderRegistry Constructor Description SimpleParameterizedBuilderRegistry(ParameterizedBuilderRegistry registry)
Constructs aSimpleParameterizedBuilderRegistry
given another one. -
Uses of ParameterizedBuilderRegistry in com.tangosol.coherence.config.xml.processor
Constructors in com.tangosol.coherence.config.xml.processor with parameters of type ParameterizedBuilderRegistry Constructor Description ResourceRefExpression(Expression<?> exprResourceName, ParameterizedBuilderRegistry registry)
Constructs a SchemeRefExpression. -
Uses of ParameterizedBuilderRegistry in com.tangosol.net
Methods in com.tangosol.net that return ParameterizedBuilderRegistry Modifier and Type Method Description ParameterizedBuilderRegistry
ClusterDependencies. getBuilderRegistry()
The registry for all builders associated with the cluster.ParameterizedBuilderRegistry
OperationalContext. getBuilderRegistry()
The registry for all builders associated with the cluster.
-