Uses of Class
com.tangosol.config.expression.Parameter
Packages that use 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
Methods in com.tangosol.coherence.config that return ParameterMethods in com.tangosol.coherence.config that return types with arguments of type ParameterModifier and TypeMethodDescriptionResolvableParameterList.iterator()
SimpleParameterList.iterator()
Methods in com.tangosol.coherence.config with parameters of type ParameterModifier 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
Methods in com.tangosol.coherence.config.builder with parameters of type ParameterModifier 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
Methods in com.tangosol.coherence.config.xml.processor that return ParameterModifier and TypeMethodDescriptionInitParamProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value. -
Uses of Parameter in com.tangosol.config.expression
Methods in com.tangosol.config.expression that return ParameterModifier 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
Methods in com.tangosol.config.expression with parameters of type ParameterModifier and TypeMethodDescriptionvoid
Adds the specifiedParameter
to the outerParameterResolver
. -
Uses of Parameter in com.tangosol.net
Methods in com.tangosol.net with parameters of type ParameterModifier and TypeMethodDescriptionSessionConfiguration.Builder.withParameter
(Parameter parameter) Add a named parameter to use when resolving configuration parameters.