Uses of Class
com.tangosol.coherence.rest.config.ResourceConfig
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
-
Uses of ResourceConfig in com.tangosol.coherence.rest
Modifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResourceInternal
(ResourceConfig configResource) Create an instance ofCacheResource
for the specified resource configuration. -
Uses of ResourceConfig in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionprotected 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.RestConfig.getResources()
Return a map of configured resources, keyed by cache name or alias.