Uses of Interface
com.tangosol.coherence.rest.query.QueryEngine
-
Packages that use QueryEngine Package Description com.tangosol.coherence.rest.query 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 QueryEngine Modifier and Type Class Description class
AbstractQueryEngine
Abstract base class for QueryEngine implementations.class
CoherenceQueryLanguageEngine
Coherence QL-based implementation ofQueryEngine
.Fields in com.tangosol.coherence.rest.query with type parameters of type QueryEngine Modifier and Type Field Description protected Map<String,QueryEngine>
QueryEngineRegistry. m_mapQueryEngines
A map of registered QueryEngines, keyed by engine names.Methods in com.tangosol.coherence.rest.query that return QueryEngine Modifier and Type Method Description protected static QueryEngine
QueryEngineRegistry. createQueryEngine(Class clzQueryEngine)
Create a query engine instance.QueryEngine
QueryEngineRegistry. getQueryEngine(String sName)
Return a query engine for the specified name.Methods in com.tangosol.coherence.rest.query with parameters of type QueryEngine Modifier and Type Method Description void
QueryEngineRegistry. registerQueryEngine(String sName, QueryEngine queryEngine)
Register a query engine for the specified name.
-