| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<QueryEngineConfig> |
RestConfig.createQueryEngines(XmlElement xml)
Create a collection of
QueryEngineConfig objects from the given
XML configuration. |
| Constructor and Description |
|---|
QueryEngineRegistry(Collection<? extends QueryEngineConfig> colConfig)
Construct a QueryEngineRegistry instance.
|