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 TypeClassDescriptionclassAbstract base class for QueryEngine implementations.classCoherence QL-based implementation ofQueryEngine.Fields in com.tangosol.coherence.rest.query with type parameters of type QueryEngineModifier and TypeFieldDescriptionprotected Map<String, QueryEngine> QueryEngineRegistry.m_mapQueryEnginesA map of registered QueryEngines, keyed by engine names.Methods in com.tangosol.coherence.rest.query that return QueryEngineModifier and TypeMethodDescriptionprotected static QueryEngineQueryEngineRegistry.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 TypeMethodDescriptionvoidQueryEngineRegistry.registerQueryEngine(String sName, QueryEngine queryEngine) Register a query engine for the specified name.