Uses of Interface
com.tangosol.coherence.rest.query.QueryEngine
Packages that use QueryEngine
Package
Description
Contains classes related to the Coherence REST pluggable query engine.
-
Uses of QueryEngine in com.tangosol.coherence.rest.query
Classes in com.tangosol.coherence.rest.query that implement QueryEngineModifier and TypeClassDescriptionclass
Abstract base class for QueryEngine implementations.class
Coherence QL-based implementation ofQueryEngine
.Fields in com.tangosol.coherence.rest.query with type parameters of type QueryEngineModifier and TypeFieldDescriptionprotected Map
<String, QueryEngine> QueryEngineRegistry.m_mapQueryEngines
A map of registered QueryEngines, keyed by engine names.Methods in com.tangosol.coherence.rest.query that return QueryEngineModifier and TypeMethodDescriptionprotected static QueryEngine
QueryEngineRegistry.createQueryEngine
(Class clzQueryEngine) Create a query engine instance.QueryEngineRegistry.getQueryEngine
(String sName) Return a query engine for the specified name.Methods in com.tangosol.coherence.rest.query with parameters of type QueryEngineModifier and TypeMethodDescriptionvoid
QueryEngineRegistry.registerQueryEngine
(String sName, QueryEngine queryEngine) Register a query engine for the specified name.