Uses of Class
com.tangosol.coherence.rest.config.ResourceConfig
Packages that use 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
Methods in com.tangosol.coherence.rest with parameters of type ResourceConfigModifier 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
Methods in com.tangosol.coherence.rest.config that return types with arguments of type ResourceConfigModifier 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.