Uses of Interface
com.tangosol.io.DeltaCompressor
Packages that use 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
Methods in com.tangosol.coherence.config.xml.processor that return DeltaCompressorModifier and TypeMethodDescriptionDeltaCompressorProcessor.process(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. - 
Uses of DeltaCompressor in com.tangosol.io
Classes in com.tangosol.io that implement DeltaCompressorModifier and TypeClassDescriptionclassA DeltaCompressor implementation that works with opaque (binary) values.classA DeltaCompressor implementation that works with decorated binary values.classDecorationOnlyDeltaCompressor is a DeltaCompressor which optimizes for "decoration-only" updates.Constructors in com.tangosol.io with parameters of type DeltaCompressorModifierConstructorDescriptionDecoratedBinaryDeltaCompressor(DeltaCompressor compressorValue) Construct a DecoratedBinaryDeltaCompressor. - 
Uses of DeltaCompressor in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement DeltaCompressorModifier and TypeClassDescriptionclassA DeltaCompressor implementation that works with Portable Object Format (POF) values. - 
Uses of DeltaCompressor in com.tangosol.util
Classes in com.tangosol.util that implement DeltaCompressorModifier and TypeClassDescriptionstatic classA DeltaCompressor wrapper implementation that removes/replaces the serialization format byte (FMT_EXT) before/after delegating to the underlying compressor.static classAn implementation of a DeltaCompressor that does nothing and always returns the new stream.Fields in com.tangosol.util declared as DeltaCompressorModifier and TypeFieldDescriptionstatic final DeltaCompressorNullImplementation.NullDeltaCompressor.INSTANCESingleton instance.protected DeltaCompressorExternalizableHelper.FormatAwareCompressor.m_compressorThe wrapped DeltaCompressor.Methods in com.tangosol.util that return DeltaCompressorModifier and TypeMethodDescriptionstatic DeltaCompressorExternalizableHelper.getDeltaCompressor(Serializer serializer, DeltaCompressor compressor) Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.static DeltaCompressorNullImplementation.getDeltaCompressor()Factory method: Obtain a null implementation of a DeltaCompressor.Methods in com.tangosol.util with parameters of type DeltaCompressorModifier and TypeMethodDescriptionstatic DeltaCompressorExternalizableHelper.getDeltaCompressor(Serializer serializer, DeltaCompressor compressor) Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer.Constructors in com.tangosol.util with parameters of type DeltaCompressorModifierConstructorDescriptionFormatAwareCompressor(DeltaCompressor compressor) Construct a FormatAwareCompressor.