Uses of Package
com.tangosol.io
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
within Coherence cluster members.
Coherence Concurrent utilities based on java.util.concurrent.
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines external Store Manager Builder implementations for Coherence caches.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes related to Coherence JCache.
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes related to remote cache implementation of Coherence JCache.
Contains packages and classes related to the Coherence REST API utilities.
Defines classes and interfaces for representing and evaluating expressions.
Contains classes providing cache persistence of serialized objects.
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
Contains classes related to J2SE 1.4 NIO functionality.
Contains classes related to POF serialization and deserialization.
Contains classes related to POF stream navigation and manipulation.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains classes and helpers for implementing various types of persistence.
Contains classes providing basic XML related functionality.
Contains various generic utilities.
Contains concrete
InvocableMap.EntryAggregator
implementations.Contains concrete
Comparator
implementations and related interfaces.Contains
ValueExtractor
and
ValueUpdater
related classes.Contains concrete
Filter
implementations and related interfaces.Contains concrete
InvocableMap.EntryProcessor
implementations.Contains concrete
MapEventTransformer
implementations.-
ClassDescriptionA factory that produces
Serializer
instances for a given name.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer. -
-
-
-
ClassDescriptionThe ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
-
ClassDescriptionThe ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.A factory that produces
Serializer
instances for a given name.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer. -
-
ClassDescriptionOptimized serialization.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.
-
ClassDescriptionA manager that is capable of creating and destroying BinaryStore objects.
-
ClassDescriptionA simple mapping of CacheStore operations for Binary objects into a Java interface.A manager that is capable of creating and destroying BinaryStore objects.
-
ClassDescriptionThe DeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.A factory for
Serializer
objects.Deprecated.As of Coherence 3.7, deprecated with no replacement. -
-
ClassDescriptionOptimized serialization.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
-
-
-
-
-
-
-
ClassDescriptionThe AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: the pre-existing Binary class a new byte[] based class that does not attempt to add the immutability aspect provided by the Binary class a new ByteBuffer based class that will work with Java NIOAbstract base implementation of the ReadBuffer interface.This is an implementation of the BufferInput interface that delegates its work back to its ReadBuffer.The AbstractWriteBuffer is a partial implementation of the WriteBuffer interface intended to be used as a base class for easily creating concrete WriteBuffer implementations.AbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation.An AsyncBinaryStore is a BinaryStore wrapper that performs the "O" (output) portion of its I/O asynchronously on a daemon thread.A daemon that processes queued writes.A simple mapping of CacheStore operations for Binary objects into a Java interface.If a BinaryStore is aware of the number of keys that it stores, then it should implement this optional interface in order to allow that information to be efficiently communicated to an intelligent consumer of the BinaryStore interface.A manager that is capable of creating and destroying BinaryStore objects.A ReadBuffer on top of a byte array.The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.The DeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.This is the interface represented by the Java InputStream class.The MultiBufferOutput implementation extends the AbstractBufferOutput to provide "pass through" operations to the underlying buffer if the operation is guaranteed to fit in the underlying buffer; otherwise, it virtualizes the operation onto the MultiBufferWriteBuffer itself so that the over-run of one underlying WriteBuffer will end up being written to the next underlying WriteBuffer.A WriteBufferPool is used to dynamically allocate WriteBuffer objects as the MultiBufferWriteBuffer requires them.Simple wrapper class to hold decorated info added by the serialization process.A factory that produces
Serializer
instances for a given name.This is the interface represented by the Java OutputStream class.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.Marker interface for Resolving*Stream implementations.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.A factory forSerializer
objects.This is an imitation BufferInput implementation that provides the BufferInput interface by delegating to an object that implements the DataInput interface.This is an imitation BufferOutput implementation that provides the BufferOutput interface by delegating to an object that implements the DataOutput interface.This is an imitation DataInputStream class that provides the DataInput interface by delegating to an object that implements the DataInput interface.This is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.This is an InputStream class that delegates to another InputStream.This is an OutputStream class that delegates to another OutputStream.The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to).The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer. -
ClassDescriptionAbstract implementation of the BinaryStore interface.A simple mapping of CacheStore operations for Binary objects into a Java interface.A manager that is capable of creating and destroying BinaryStore objects.
-
ClassDescriptionAbstract base implementation of the ReadBuffer interface.This is an implementation of the BufferInput interface that delegates its work back to its ReadBuffer.The AbstractWriteBuffer is a partial implementation of the WriteBuffer interface intended to be used as a base class for easily creating concrete WriteBuffer implementations.AbstractBufferOutput is a concrete implementation of BufferOutput for the non-concrete AbstractWriteBuffer implementation.A simple mapping of CacheStore operations for Binary objects into a Java interface.If a BinaryStore is aware of the number of keys that it stores, then it should implement this optional interface in order to allow that information to be efficiently communicated to an intelligent consumer of the BinaryStore interface.A manager that is capable of creating and destroying BinaryStore objects.This is the interface represented by the Java InputStream class.This is the interface represented by the Java OutputStream class.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to).The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.
-
ClassDescriptionA DeltaCompressor implementation that works with opaque (binary) values.The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.The DeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.Optimized serialization.This is the interface represented by the Java InputStream class.This is the interface represented by the Java OutputStream class.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.The SerializationSupport interface provides the ability for objects that are serialized by any
Serializer
to affect the initial stage of serialization and the final stage of deserialization.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer. -
ClassDescriptionOptimized serialization.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.
-
ClassDescriptionAn AsyncBinaryStore is a BinaryStore wrapper that performs the "O" (output) portion of its I/O asynchronously on a daemon thread.An AsyncBinaryStoreManager is a wrapper BinaryStoreManager that creates wrapper AsyncBinaryStore objects.A simple mapping of CacheStore operations for Binary objects into a Java interface.A manager that is capable of creating and destroying BinaryStore objects.The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.Optimized serialization.The SerializationSupport interface provides the ability for objects that are serialized by any
Serializer
to affect the initial stage of serialization and the final stage of deserialization.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.A factory forSerializer
objects.Deprecated.As of Coherence 3.7, deprecated with no replacement. -
ClassDescriptionA simple mapping of CacheStore operations for Binary objects into a Java interface.A manager that is capable of creating and destroying BinaryStore objects.The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
-
-
ClassDescriptionAn abstract base class for implementing Evolvable objects.The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.Optimized serialization.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.
-
ClassDescriptionThe ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.
-
-
ClassDescriptionThe AbstractByteArrayReadBuffer abstract class is intended to serve as a base class for the following: the pre-existing Binary class a new byte[] based class that does not attempt to add the immutability aspect provided by the Binary class a new ByteBuffer based class that will work with Java NIOAbstract base implementation of the ReadBuffer interface.The AbstractWriteBuffer is a partial implementation of the WriteBuffer interface intended to be used as a base class for easily creating concrete WriteBuffer implementations.ByteArrayWriteBuffer is an implementation of WriteBuffer on a byte array.The ClassLoaderAware interface provides the ability to configure a ClassLoader to be used by the implementing object when loading classes or resources.The DeltaCompressor interface provides the capability of comparing two in-memory buffers containing an old and a new value, and producing a result (called a "delta") that can be applied to the old value to create the new value.Optimized serialization.This is the interface represented by the Java InputStream class.The MultiBufferReadBuffer is a ReadBuffer implementation that presents a view across any number of underlying ReadBuffer objects, as if they were appended end-to-end into a single ReadBuffer.A WriteBufferPool is used to dynamically allocate WriteBuffer objects as the MultiBufferWriteBuffer requires them.Provides the means to create ObjectInput and ObjectOutput streams based on primitive data streams in a layered, pluggable fashion.This is the interface represented by the Java OutputStream class.The ReadBuffer interface represents an in-memory block of binary data, such as that represented by a byte[], a Binary object, or an NIO buffer.The BufferInput interface represents a DataInputStream on top of a ReadBuffer.The Serializer interface provides the capability of reading and writing a Java object from and to an in-memory buffer.A Utf8Reader is used to read character data from an underlying stream.This is an imitation DataOutputStream class that provides the DataOutput interface by delegating to an object that implements the DataOutput interface.This is an imitation ObjectOutputStream class that provides the ObjectOutput interface by delegating to an object that implements the ObjectOutput interface.This is an OutputStream class that delegates to another OutputStream.The WriteBuffer interface represents an in-memory block of binary data that is being accumulated (written to).The BufferOutput interface represents a DataOutputStream on top of a WriteBuffer.
-
ClassDescriptionOptimized serialization.The SerializationSupport interface provides the ability for objects that are serialized by any
Serializer
to affect the initial stage of serialization and the final stage of deserialization. -
-
-
-
ClassDescriptionAn abstract base class for implementing Evolvable objects.The Evolvable interface is implemented by classes that require forwards- and backwards-compatibility of their serialized form.Optimized serialization.
-