| Package | Description | 
|---|---|
| com.tangosol.coherence.config.xml.processor | Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files. | 
| com.tangosol.io | Contains classes providing cache persistence of serialized objects. | 
| com.tangosol.io.pof | Contains classes related to POF serialization and deserialization. | 
| com.tangosol.util | Contains various generic utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeltaCompressor | DeltaCompressorProcessor. process(ProcessingContext context, XmlElement xmlElement)Process an  XmlElementto return a specific type of value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryDeltaCompressorA DeltaCompressor implementation that works with opaque (binary) values. | 
| class  | DecoratedBinaryDeltaCompressorA DeltaCompressor implementation that works with decorated binary values. | 
| class  | DecorationOnlyDeltaCompressorDecorationOnlyDeltaCompressor is a DeltaCompressor which optimizes for "decoration-only" updates. | 
| Constructor and Description | 
|---|
| DecoratedBinaryDeltaCompressor(DeltaCompressor compressorValue)Construct a DecoratedBinaryDeltaCompressor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PofDeltaCompressorA DeltaCompressor implementation that works with Portable Object Format (POF) values. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ExternalizableHelper.FormatAwareCompressorA DeltaCompressor wrapper implementation that removes/replaces the serialization format byte (FMT_EXT) before/after delegating to the underlying compressor. | 
| static class  | NullImplementation.NullDeltaCompressorAn implementation of a DeltaCompressor that does nothing and always returns the new stream. | 
| Modifier and Type | Field and Description | 
|---|---|
| static DeltaCompressor | NullImplementation.NullDeltaCompressor. INSTANCESingleton instance. | 
| protected DeltaCompressor | ExternalizableHelper.FormatAwareCompressor. m_compressorThe wrapped DeltaCompressor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeltaCompressor | NullImplementation. getDeltaCompressor()Factory method: Obtain a null implementation of a DeltaCompressor. | 
| static DeltaCompressor | ExternalizableHelper. getDeltaCompressor(Serializer serializer, DeltaCompressor compressor)Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeltaCompressor | ExternalizableHelper. getDeltaCompressor(Serializer serializer, DeltaCompressor compressor)Return a DeltaCompressor suitable for compressing/extracting binaries produced by ExternalizableHelper using the specified serializer. | 
| Constructor and Description | 
|---|
| FormatAwareCompressor(DeltaCompressor compressor)Construct a FormatAwareCompressor. |