Uses of Interface
com.tangosol.io.DeltaCompressor
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes providing cache persistence of serialized objects.
Contains classes related to POF serialization and deserialization.
Contains various generic utilities.
-
Uses of DeltaCompressor in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionDeltaCompressorProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value. -
Uses of DeltaCompressor in com.tangosol.io
Modifier and TypeClassDescriptionclass
A DeltaCompressor implementation that works with opaque (binary) values.class
A DeltaCompressor implementation that works with decorated binary values.class
DecorationOnlyDeltaCompressor is a DeltaCompressor which optimizes for "decoration-only" updates.ModifierConstructorDescriptionDecoratedBinaryDeltaCompressor
(DeltaCompressor compressorValue) Construct a DecoratedBinaryDeltaCompressor. -
Uses of DeltaCompressor in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
A DeltaCompressor implementation that works with Portable Object Format (POF) values. -
Uses of DeltaCompressor in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A DeltaCompressor wrapper implementation that removes/replaces the serialization format byte (FMT_EXT) before/after delegating to the underlying compressor.static class
An implementation of a DeltaCompressor that does nothing and always returns the new stream.Modifier and TypeFieldDescriptionstatic final DeltaCompressor
NullImplementation.NullDeltaCompressor.INSTANCE
Singleton instance.protected DeltaCompressor
ExternalizableHelper.FormatAwareCompressor.m_compressor
The wrapped DeltaCompressor.Modifier and TypeMethodDescriptionstatic DeltaCompressor
ExternalizableHelper.getDeltaCompressor
(Serializer serializer, DeltaCompressor compressor) Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.static DeltaCompressor
NullImplementation.getDeltaCompressor()
Factory method: Obtain a null implementation of a DeltaCompressor.Modifier and TypeMethodDescriptionstatic DeltaCompressor
ExternalizableHelper.getDeltaCompressor
(Serializer serializer, DeltaCompressor compressor) Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.ModifierConstructorDescriptionFormatAwareCompressor
(DeltaCompressor compressor) Construct a FormatAwareCompressor.