Uses of Interface
com.oracle.coherence.common.base.Disposable
-
Packages that use Disposable Package Description com.oracle.common.base 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.journal Contains classes related to the journaling services.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.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of Disposable in com.oracle.common.base
Subinterfaces of Disposable in com.oracle.common.base with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfacecom.oracle.common.base.DisposableDeprecated.useDisposableinstead -
Uses of Disposable in com.tangosol.coherence.config.builder
Subinterfaces of Disposable in com.tangosol.coherence.config.builder Modifier and Type Interface Description interfaceParameterizedBuilderRegistryA registry of strongly typed and possibly namedParameterizedBuilders.Classes in com.tangosol.coherence.config.builder that implement Disposable Modifier and Type Class Description classSimpleParameterizedBuilderRegistryA basic implementation of aParameterizedBuilderRegistry.protected classSimpleParameterizedBuilderRegistry.RegistryValueA 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 classCoherenceBasedCacheManagerThe 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 classMultiBufferWriteBufferThe 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.journal
Subinterfaces of Disposable in com.tangosol.io.journal Modifier and Type Interface Description interfaceJournalThe Journal interface represents data that is written as part of a stream of updates, with the ability to identify writes (and later read them) using a ticket system.static interfaceJournal.JournalConsumerAn interface that represents the actions that a Journal may request of an object that uses the Journal.Classes in com.tangosol.io.journal that implement Disposable Modifier and Type Class Description classAbstractJournalRMThe AbstractJournalRM represents a Journal Resource Manager that manages storage for journaled data, and acts as a shared resource for any number of journals that share a common configuration.protected classAbstractJournalRM.CollectorDaemon.InvokeGCJournalFileAAbstractJournalRM.JournalFileimplementation returned when the journal has consumed all known capacity.protected classAbstractJournalRM.JournalFileA JournalFile object is created for each file used to store the journal contents.protected classAbstractJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager.classBackupJournalRMThe BackupJournalRM is a "meta" journal resource manager that is intended to be used for storage of "backup" data.protected classBackupJournalRM.FlashConsumerThe FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.protected classBackupJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager.protected classBackupJournalRM.RamConsumerThe RamConsumer is a pass-through consumer used to obtain a ram journal instance.classFlashJournalRMA FlashJournalRM manages disk I/O for temporary journal-based files, and acts as a shared resource for any number of journals that share a common configuration.protected classFlashJournalRM.JournalFileA JournalFile is created for each OS file used to store the journal contents.classJournalBinaryStoreA BinaryStore that writes to a Journal.classJournalServiceA JournalService manages the lifecycle for theRamJournalRM,FlashJournalRM, and theBackupJournalRM.classRamJournalRMA RamJournalRM manages memory buffers for journal-based storage in memory, and acts as a shared resource for any number of journals that share a common configuration.protected classRamJournalRM.FlashConsumerThe FlashConsumer is a conduit between this RamJournalRM and the FlashJournalRM, allowing this journal to read/write to/from the other flash journal, and for the flash journal to notify this journal of lifecycle and other events.protected classRamJournalRM.JournalFileA JournalFile is created for each RAM buffer used to store the journal contents.protected classRamJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager. -
Uses of Disposable in com.tangosol.io.nio
Classes in com.tangosol.io.nio that implement Disposable Modifier and Type Class Description classBinaryMapStoreAn 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 interfaceServiceMonitorTheServiceMonitoris a facility that keeps registered services alive.Classes in com.tangosol.net that implement Disposable Modifier and Type Class Description classSimpleServiceMonitorTheSimpleServiceMonitorstarts and monitors services that are registered for monitoring.Methods in com.tangosol.net that return Disposable Modifier and Type Method Description DisposableCluster. getResource(String sName)Deprecated.UseCluster.getResourceRegistry()to manage resources.DisposableCluster. unregisterResource(String sName)Deprecated.UseCluster.getResourceRegistry()to manage resources.Methods in com.tangosol.net with parameters of type Disposable Modifier and Type Method Description voidCluster. registerResource(String sName, Disposable resource)Deprecated.UseCluster.getResourceRegistry()to manage resources. -
Uses of Disposable in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement Disposable Modifier and Type Class Description classBlindCompactSerializationCacheBlindCompactSerializationCache is aCompactSerializationCacheextension enforcing CompactSerializationCache to operate under a blind mode.classCompactSerializationCacheCompactSerializationCache is an implementation ofConfigurableCacheMapwhich is optimized for compact on-heap footprint. -
Uses of Disposable in com.tangosol.net.partition
Classes in com.tangosol.net.partition that implement Disposable Modifier and Type Class Description classObservableSplittingBackingCacheThe ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.protected static classObservableSplittingBackingCache.CapacityAwareMapA subclass of PartitionSplittingBackingMap which allows an injected instance ofObservableSplittingBackingMapto be called immediately before inserting a value(s) in a partition map.classObservableSplittingBackingMapAn observable, cache-aware PartitionAwareBackingMap implementation.classPartitionSplittingBackingMapIn 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 interfaceDisposableDeprecated.As of Coherence 12.1.2, replaced byDisposableinterfaceResourceRegistryAResourceRegistryis 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 classNullImplementation.NullResourceRegistryAResourceRegistryimplementation that does nothing.classSimpleResourceRegistryASimpleResourceRegistryis a basic implementation of aResourceRegistry.protected classSimpleResourceRegistry.RegistryValueA holder for resource objects and their (optional) respectiveResourceLifecycleObservers.classSimpleResourceResolverA simple implementation of aResourceResolver.
-