Uses of Interface
com.tangosol.net.Releasable
Packages that use Releasable
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains various generic utilities.
-
Uses of Releasable in com.tangosol.net
Subinterfaces of Releasable in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceNamedCache<K,V> A Map-based data-structure that manages entries across one or more processes.interfaceNamedCollection defines a common base interface for various named collection types.interfaceNamedMap<K,V> A Map-based data-structure that manages entries across one or more processes. -
Uses of Releasable in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement ReleasableModifier and TypeClassDescriptionclassBundling NamedCache implementation.classContinuousQueryCache<K,V_BACK, V_FRONT> Create a materialized view of aNamedCacheusing theCoherenceContinuous Query capability.classNearCache<K,V> A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.classReadonlyNamedCache<K,V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.classDeprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclassWrapperNamedCache<K,V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation. -
Uses of Releasable in com.tangosol.net.topic
Subinterfaces of Releasable in com.tangosol.net.topicModifier and TypeInterfaceDescriptioninterfaceNamedTopic<V>NamedTopic represents a topic entity for publish/subscribe messaging. -
Uses of Releasable in com.tangosol.util
Classes in com.tangosol.util that implement ReleasableModifier and TypeClassDescriptionstatic classConverterCollections.ConverterNamedCache<FK,TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.