Uses of Package
com.tangosol.config.expression
Package
Description
Simple CDI-based Cache Server implementation.
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 external Store Manager Builder implementations for Coherence caches.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains builders for the various CohQL functions.
This package contains commands that are specific to the
QueryPlus
tool rather than general CohQL commands.This package contains
StatementBuilder
implementations.This package contains classes for persistence related statement builders.
Defines classes and interfaces for representing and evaluating expressions.
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
-
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AnExpressionParser
parses aString
representation of some calculation to produce anExpression
, that of which when evaluated will return an expected type of value.AParameter
represents an optionally named and optionally explicitly typedExpression
.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameter
represents an optionally named and optionally explicitly typedExpression
.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
-
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameter
represents an optionally named and optionally explicitly typedExpression
.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
-
-
-
-
-
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameter
represents an optionally named and optionally explicitly typedExpression
.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.ASystemPropertyParameterResolver
is aParameterResolver
that is based on property methods onSystem
.AValue
is an immutable object that represents a value whose type is unknown at compile time.Process macro parameter default delimiter expansion.A Macro Expansion Processor for a macro not containing any registered delimiters. -
ClassDescriptionAn
ExpressionParser
parses aString
representation of some calculation to produce anExpression
, that of which when evaluated will return an expected type of value.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.AValue
is an immutable object that represents a value whose type is unknown at compile time. -
ClassDescriptionA
Expression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.AParameter
represents an optionally named and optionally explicitly typedExpression
.AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.AScopedParameterResolver
is aParameterResolver
implementation that provides the ability to "scope"Parameter
definitions to either an inner (wrapped) or outerParameterResolver
, such that those being defined in the outerParameterResolver
hide those (of the same name) in the inner (wrapped)ParameterResolver
. -