Uses of Class
com.tangosol.coherence.rest.EntrySetResource
-
Packages that use EntrySetResource Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API. -
-
Uses of EntrySetResource in com.tangosol.coherence.rest
Methods in com.tangosol.coherence.rest that return EntrySetResource Modifier and Type Method Description EntrySetResource
CacheResource. getEntrySetResource(String sKeys)
Return a REST sub-resource representing a set of cache entries.protected EntrySetResource
CacheResource. instantiateEntrySetResource(NamedCache cache, Set setKeys, Class clzValue)
Create an instance ofEntrySetResource
for the specified resource configuration.
-