Uses of Class
com.tangosol.coherence.rest.config.QueryEngineConfig
-
Packages that use QueryEngineConfig Package Description 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. -
-
Uses of QueryEngineConfig in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return types with arguments of type QueryEngineConfig Modifier and Type Method Description protected Collection<QueryEngineConfig>
RestConfig. createQueryEngines(XmlElement xml)
Create a collection ofQueryEngineConfig
objects from the given XML configuration. -
Uses of QueryEngineConfig in com.tangosol.coherence.rest.query
Constructor parameters in com.tangosol.coherence.rest.query with type arguments of type QueryEngineConfig Constructor Description QueryEngineRegistry(Collection<? extends QueryEngineConfig> colConfig)
Construct a QueryEngineRegistry instance.
-