Uses of Class
com.tangosol.coherence.rest.config.ResourceConfig
-
Packages that use ResourceConfig 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. -
-
Uses of ResourceConfig in com.tangosol.coherence.rest
Methods in com.tangosol.coherence.rest with parameters of type ResourceConfig Modifier and Type Method Description protected 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 ResourceConfig Modifier and Type Method 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.
-