Uses of Interface
com.oracle.coherence.common.base.Disposable
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes related to Coherence JCache.
Contains classes providing cache persistence of serialized objects.
Contains classes related to J2SE 1.4 NIO functionality.
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of Disposable in com.tangosol.coherence.config.builder
Modifier and TypeInterfaceDescriptioninterface
A registry of strongly typed and possibly namedParameterizedBuilder
s.Modifier and TypeClassDescriptionclass
A basic implementation of aParameterizedBuilderRegistry
.protected class
A holder for aParameterizedBuilder
. -
Uses of Disposable in com.tangosol.coherence.jcache
Modifier and TypeClassDescriptionclass
The Coherence-based implementation of aCacheManager
. -
Uses of Disposable in com.tangosol.io
Modifier and TypeClassDescriptionfinal class
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
Modifier and TypeClassDescriptionclass
An implementation of BinaryStore backed by a BinaryMap. -
Uses of Disposable in com.tangosol.net
Modifier and TypeInterfaceDescriptioninterface
TheServiceMonitor
is a facility that keeps registered services alive.Modifier and TypeClassDescriptionclass
TheSimpleServiceMonitor
starts and monitors services that are registered for monitoring.Modifier and TypeMethodDescriptionCluster.getResource
(String sName) Deprecated.Cluster.unregisterResource
(String sName) Deprecated.UseCluster.getResourceRegistry()
to manage resources.Modifier and TypeMethodDescriptionvoid
Cluster.registerResource
(String sName, Disposable resource) Deprecated.UseCluster.getResourceRegistry()
to manage resources. -
Uses of Disposable in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
The ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.protected static class
A subclass of PartitionSplittingBackingMap which allows an injected instance ofObservableSplittingBackingMap
to be called immediately before inserting a value(s) in a partition map.class
An observable, cache-aware PartitionAwareBackingMap implementation.class
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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.useDisposable
insteadinterface
AResourceRegistry
is a registry and owner of strongly typed and explicitly named resources.Modifier and TypeClassDescriptionstatic class
AResourceRegistry
implementation that does nothing.class
ASimpleResourceRegistry
is a basic implementation of aResourceRegistry
.protected class
A holder for resource objects and their (optional) respectiveResourceLifecycleObservers
.class
A simple implementation of aResourceResolver
.
Cluster.getResourceRegistry()
to manage resources.