Uses of Package
com.tangosol.config.expression
Packages that use 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.
-
Classes in com.tangosol.config.expression used by com.oracle.coherence.cdi.server
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.configClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AnExpressionParserparses aStringrepresentation of some calculation to produce anExpression, that of which when evaluated will return an expected type of value.AParameterrepresents an optionally named and optionally explicitly typedExpression.AParameterResolverprovides a mechanism resolve and lookup namedParameters. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.builderClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterrepresents an optionally named and optionally explicitly typedExpression.AParameterResolverprovides a mechanism resolve and lookup namedParameters. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.builder.storemanagerClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterResolverprovides a mechanism resolve and lookup namedParameters. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.schemeClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterResolverprovides a mechanism resolve and lookup namedParameters. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.xml.preprocessor
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.config.xml.processorClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterrepresents an optionally named and optionally explicitly typedExpression.AParameterResolverprovides a mechanism resolve and lookup namedParameters. -
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.function
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.queryplus
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.statement
-
Classes in com.tangosol.config.expression used by com.tangosol.coherence.dslquery.statement.persistence
-
Classes in com.tangosol.config.expression used by com.tangosol.config.expressionClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterrepresents an optionally named and optionally explicitly typedExpression.AParameterResolverprovides a mechanism resolve and lookup namedParameters.ASystemPropertyParameterResolveris aParameterResolverthat is based on property methods onSystem.AValueis 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. -
Classes in com.tangosol.config.expression used by com.tangosol.config.xmlClassDescriptionAn
ExpressionParserparses aStringrepresentation of some calculation to produce anExpression, that of which when evaluated will return an expected type of value.AParameterResolverprovides a mechanism resolve and lookup namedParameters.AValueis an immutable object that represents a value whose type is unknown at compile time. -
Classes in com.tangosol.config.expression used by com.tangosol.netClassDescriptionA
Expressionrepresents a calculation to be evaluated at runtime, during which, one or moreParameters may be required.AParameterrepresents an optionally named and optionally explicitly typedExpression.AParameterResolverprovides a mechanism resolve and lookup namedParameters.AScopedParameterResolveris aParameterResolverimplementation that provides the ability to "scope"Parameterdefinitions to either an inner (wrapped) or outerParameterResolver, such that those being defined in the outerParameterResolverhide those (of the same name) in the inner (wrapped)ParameterResolver. -
Classes in com.tangosol.config.expression used by com.tangosol.util