Uses of Package
com.tangosol.config.expression
-
Packages that use com.tangosol.config.expression Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.builder.storemanager Defines external Store Manager Builder implementations for Coherence caches.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.preprocessor Defines the Xml document Pre-Processors for Coherence Cache Configuration files.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.function This package contains builders for the various CohQL functions.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlus
tool rather than general CohQL commands.com.tangosol.coherence.dslquery.statement This package containsStatementBuilder
implementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders.com.tangosol.config.expression Defines classes and interfaces for representing and evaluating expressions.com.tangosol.config.xml Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util Contains various generic utilities. -
Classes in com.tangosol.config.expression used by com.oracle.coherence.cdi.server Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.ExpressionParser AnExpressionParser
parses aString
representation of some calculation to produce anExpression
, that of which when evaluated will return an expected type of value.Parameter AParameter
represents an optionally named and optionally explicitly typedExpression
.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.builder Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.Parameter AParameter
represents an optionally named and optionally explicitly typedExpression
.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.builder.storemanager Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.scheme Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.xml.preprocessor Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.xml.processor Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.Parameter AParameter
represents an optionally named and optionally explicitly typedExpression
.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.function Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.queryplus Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.statement Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.statement.persistence Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s. -
Classes in com.tangosol.config.expression used by com.tangosol.config.expression Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.Parameter AParameter
represents an optionally named and optionally explicitly typedExpression
.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.SystemPropertyParameterResolver ASystemPropertyParameterResolver
is aParameterResolver
that is based on property methods onSystem
.Value AValue
is an immutable object that represents a value whose type is unknown at compile time.ValueMacroExpression.DefaultDelimiterExpansionProcessor Process macro parameter default delimiter expansion.ValueMacroExpression.MacroExpansionProcessor A Macro Expansion Processor for a macro not containing any registered delimiters. -
Classes in com.tangosol.config.expression used by com.tangosol.config.xml Class Description ExpressionParser AnExpressionParser
parses aString
representation of some calculation to produce anExpression
, that of which when evaluated will return an expected type of value.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.Value AValue
is an immutable object that represents a value whose type is unknown at compile time. -
Classes in com.tangosol.config.expression used by com.tangosol.net Class Description Expression AExpression
represents a calculation to be evaluated at runtime, during which, one or moreParameter
s may be required.Parameter AParameter
represents an optionally named and optionally explicitly typedExpression
.ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.ScopedParameterResolver 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
. -
Classes in com.tangosol.config.expression used by com.tangosol.util Class Description ParameterResolver AParameterResolver
provides a mechanism resolve and lookup namedParameter
s.