Uses of Interface
com.oracle.coherence.common.base.Disposable
-
Packages that use Disposable Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of Disposable in com.tangosol.coherence.config.builder
Subinterfaces of Disposable in com.tangosol.coherence.config.builder Modifier and Type Interface Description interface
ParameterizedBuilderRegistry
A registry of strongly typed and possibly namedParameterizedBuilder
s.Classes in com.tangosol.coherence.config.builder that implement Disposable Modifier and Type Class Description class
SimpleParameterizedBuilderRegistry
A basic implementation of aParameterizedBuilderRegistry
.protected class
SimpleParameterizedBuilderRegistry.RegistryValue
A holder for aParameterizedBuilder
. -
Uses of Disposable in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement Disposable Modifier and Type Class Description class
CoherenceBasedCacheManager
The Coherence-based implementation of aCacheManager
. -
Uses of Disposable in com.tangosol.io
Classes in com.tangosol.io that implement Disposable Modifier and Type Class Description class
MultiBufferWriteBuffer
The MultiBufferWriteBuffer is used to present a single WriteBuffer that collects together a sequence of underlying WriteBuffer objects, and which grows by allocating additional WriteBuffer objects as necessary. -
Uses of Disposable in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement Disposable Modifier and Type Class Description class
BinaryMapStore
An implementation of BinaryStore backed by a BinaryMap. -
Uses of Disposable in com.tangosol.net
Subinterfaces of Disposable in com.tangosol.net Modifier and Type Interface Description interface
ServiceMonitor
TheServiceMonitor
is a facility that keeps registered services alive.Classes in com.tangosol.net that implement Disposable Modifier and Type Class Description class
SimpleServiceMonitor
TheSimpleServiceMonitor
starts and monitors services that are registered for monitoring.Methods in com.tangosol.net that return Disposable Modifier and Type Method Description Disposable
Cluster. getResource(String sName)
Deprecated.UseCluster.getResourceRegistry()
to manage resources.Disposable
Cluster. unregisterResource(String sName)
Deprecated.UseCluster.getResourceRegistry()
to manage resources.Methods in com.tangosol.net with parameters of type Disposable Modifier and Type Method Description void
Cluster. registerResource(String sName, Disposable resource)
Deprecated.UseCluster.getResourceRegistry()
to manage resources. -
Uses of Disposable in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement Disposable Modifier and Type Class Description class
ObservableSplittingBackingCache
The ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.protected static class
ObservableSplittingBackingCache.CapacityAwareMap
A subclass of PartitionSplittingBackingMap which allows an injected instance ofObservableSplittingBackingMap
to be called immediately before inserting a value(s) in a partition map.class
ObservableSplittingBackingMap
An observable, cache-aware PartitionAwareBackingMap implementation.class
PartitionSplittingBackingMap
In a partitioned configuration, the PartitionSplittingBackingMap is a "map multi-plexer" that enables multiple backing maps to be used in place of a single backing map. -
Uses of Disposable in com.tangosol.util
Subinterfaces of Disposable in com.tangosol.util Modifier and Type Interface Description interface
Disposable
Deprecated.useDisposable
insteadinterface
ResourceRegistry
AResourceRegistry
is a registry and owner of strongly typed and explicitly named resources.Classes in com.tangosol.util that implement Disposable Modifier and Type Class Description static class
NullImplementation.NullResourceRegistry
AResourceRegistry
implementation that does nothing.class
SimpleResourceRegistry
ASimpleResourceRegistry
is a basic implementation of aResourceRegistry
.protected class
SimpleResourceRegistry.RegistryValue
A holder for resource objects and their (optional) respectiveResourceLifecycleObservers
.class
SimpleResourceResolver
A simple implementation of aResourceResolver
.
-