Uses of Interface
com.oracle.coherence.common.base.Disposable
Packages that use 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
Subinterfaces of Disposable in com.tangosol.coherence.config.builderModifier and TypeInterfaceDescriptioninterfaceA registry of strongly typed and possibly namedParameterizedBuilders.Classes in com.tangosol.coherence.config.builder that implement DisposableModifier and TypeClassDescriptionclassA basic implementation of aParameterizedBuilderRegistry.protected classA holder for aParameterizedBuilder. - 
Uses of Disposable in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement DisposableModifier and TypeClassDescriptionclassThe Coherence-based implementation of aCacheManager. - 
Uses of Disposable in com.tangosol.io
Classes in com.tangosol.io that implement DisposableModifier and TypeClassDescriptionfinal classThe 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 DisposableModifier and TypeClassDescriptionclassAn implementation of BinaryStore backed by a BinaryMap. - 
Uses of Disposable in com.tangosol.net
Subinterfaces of Disposable in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceTheServiceMonitoris a facility that keeps registered services alive.Classes in com.tangosol.net that implement DisposableModifier and TypeClassDescriptionclassTheSimpleServiceMonitorstarts and monitors services that are registered for monitoring.Methods in com.tangosol.net that return DisposableModifier and TypeMethodDescriptionCluster.getResource(String sName) Deprecated.Cluster.unregisterResource(String sName) Deprecated.UseCluster.getResourceRegistry()to manage resources.Methods in com.tangosol.net with parameters of type DisposableModifier and TypeMethodDescriptionvoidCluster.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 DisposableModifier and TypeClassDescriptionclassThe ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.protected static classA subclass of PartitionSplittingBackingMap which allows an injected instance ofObservableSplittingBackingMapto be called immediately before inserting a value(s) in a partition map.classAn observable, cache-aware PartitionAwareBackingMap implementation.classIn 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.utilModifier and TypeInterfaceDescriptioninterfaceDeprecated.useDisposableinsteadinterfaceAResourceRegistryis a registry and owner of strongly typed and explicitly named resources.Classes in com.tangosol.util that implement DisposableModifier and TypeClassDescriptionstatic classAResourceRegistryimplementation that does nothing.classASimpleResourceRegistryis a basic implementation of aResourceRegistry.protected classA holder for resource objects and their (optional) respectiveResourceLifecycleObservers.classA simple implementation of aResourceResolver. 
Cluster.getResourceRegistry()to manage resources.