Uses of Class
com.tangosol.config.expression.Parameter
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Defines classes and interfaces for representing and evaluating expressions.
Contains basic cluster interfaces and factories.
-
Uses of Parameter in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionResolvableParameterList.iterator()
SimpleParameterList.iterator()
Modifier and TypeMethodDescriptionvoid
Adds aParameter
to the end of theParameterList
or replaces an existingParameter
in theParameterList
.void
Adds aParameter
to the end of theParameterList
or replaces an existingParameter
in theParameterList
.void
Adds aParameter
to the end of theParameterList
or replaces an existingParameter
in theParameterList
. -
Uses of Parameter in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionstatic Object
ParameterizedBuilderHelper.getAssignableValue
(Class<?> clzRequiredType, Parameter parameter, ParameterResolver resolver, ClassLoader loader) Obtains an assignment compatible value of the required type given an actualParameter
. -
Uses of Parameter in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionInitParamProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value. -
Uses of Parameter in com.tangosol.config.expression
Modifier and TypeMethodDescriptionObtains the specified namedParameter
.Obtains the specified namedParameter
.Obtains the specified namedParameter
.Obtains the specified namedParameter
.Obtains the specified namedParameter
.Resolve Coherence system propertysName
Resolve Coherence system propertysName
Modifier and TypeMethodDescriptionvoid
Adds the specifiedParameter
to the outerParameterResolver
. -
Uses of Parameter in com.tangosol.net
Modifier and TypeMethodDescriptionSessionConfiguration.Builder.withParameter
(Parameter parameter) Add a named parameter to use when resolving configuration parameters.