Uses of Package
com.tangosol.coherence.rest.query
-
Packages that use com.tangosol.coherence.rest.query Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.coherence.rest.query Contains classes related to the Coherence REST pluggable query engine. -
Classes in com.tangosol.coherence.rest.query used by com.tangosol.coherence.rest Class Description QueryEngineRegistry A registry forQueryEngine
instances. -
Classes in com.tangosol.coherence.rest.query used by com.tangosol.coherence.rest.config Class Description QueryEngineRegistry A registry forQueryEngine
instances. -
Classes in com.tangosol.coherence.rest.query used by com.tangosol.coherence.rest.query Class Description AbstractQueryEngine Abstract base class for QueryEngine implementations.AbstractQueryEngine.ParsedQuery Immutable helper class that wraps both final query string and a map of parameter types, keyed by parameter name.Query Defines an interface that Query implementations must support.QueryEngine The QueryEngine interface provides a pluggable mechanism for producing queries that can be executed against a NamedCache.