Uses of Class
com.tangosol.coherence.rest.query.QueryEngineRegistry
-
Packages that use QueryEngineRegistry 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. -
-
Uses of QueryEngineRegistry in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as QueryEngineRegistry Modifier and Type Field Description protected QueryEngineRegistry
CacheResource. m_queryEngineRegistry
Query engine registry to obtain query engines from.protected QueryEngineRegistry
NamedQueryResource. m_registry
Query engine registry. -
Uses of QueryEngineRegistry in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return QueryEngineRegistry Modifier and Type Method Description QueryEngineRegistry
RestConfig. getQueryEngineRegistry()
Return the configured query engine registry.
-