Uses of Class
com.tangosol.coherence.rest.config.QueryEngineConfig
Packages that use QueryEngineConfig
Package
Description
Contains classes related to the Coherence REST configuration.
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 QueryEngineConfigModifier and TypeMethodDescriptionprotected Collection<QueryEngineConfig> RestConfig.createQueryEngines(XmlElement xml) Create a collection ofQueryEngineConfigobjects 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 QueryEngineConfigModifierConstructorDescriptionQueryEngineRegistry(Collection<? extends QueryEngineConfig> colConfig) Construct a QueryEngineRegistry instance.