Package com.tangosol.coherence.rest
Contains classes related to the Coherence REST API.
-
Interface Summary Interface Description KeyConverter An interface that must be implemented by key converters. -
Class Summary Class Description CacheResource RESTful wrapper around a CoherenceNamedCache
.DefaultKeyConverter Default implementation ofKeyConverter
for a given key class.DefaultRootResource Default root resource implementation.EntryResource REST resource representing a single cache entry.EntrySetResource REST resource representing a set of cache entries.NamedQueryResource REST resource representing a set of filtered cache entries.PassThroughRootResource An alternateResourceConfig
implementation that supports pass-through access to all the caches defined by the cache configuration.