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.
|
Modifier and Type | Method and Description |
---|---|
protected CacheResource |
DefaultRootResource.instantiateCacheResourceInternal(ResourceConfig configResource)
Create an instance of
CacheResource for the specified resource
configuration. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ResourceConfig> |
RestConfig.createResourceMap(XmlElement xml)
Create a map of ResourceConfig keyed by cache name or alias (if
defined) from the given XML configuration.
|
Map<String,ResourceConfig> |
RestConfig.getResources()
Return a map of configured resources, keyed by cache name or alias.
|