Uses of Class
com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
Packages that use PofDeltaCompressor.ChangeTracker
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofDeltaCompressor.ChangeTracker in com.tangosol.io.pof
Methods in com.tangosol.io.pof with parameters of type PofDeltaCompressor.ChangeTrackerModifier and TypeMethodDescriptionprotected voidPofDeltaCompressor.diffCollection(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare an array or collection.protected voidPofDeltaCompressor.diffMap(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a Map of keys and values.protected voidPofDeltaCompressor.diffPackedInt(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a packed integer value.protected voidPofDeltaCompressor.diffPackedInts(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker, int cInts) Within the two passed POF streams, parse and compare a series of packed integer values.protected voidPofDeltaCompressor.diffPackedLong(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a packed long integer value.protected voidPofDeltaCompressor.diffPackedLongs(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker, int cInts) Within the two passed POF streams, parse and compare a series of packed long integer values.protected voidPofDeltaCompressor.diffSparseArray(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a sparse array.protected voidPofDeltaCompressor.diffTimeZone(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare time zone information.protected voidPofDeltaCompressor.diffUniformCollection(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare an array or collection of uniform types.protected voidPofDeltaCompressor.diffUniformKeysMap(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a Map of keys (of a uniform type) and values.protected voidPofDeltaCompressor.diffUniformMap(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a Map of keys and values, both of uniform types.protected voidPofDeltaCompressor.diffUniformSparseArray(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a sparse array of uniform types.protected voidPofDeltaCompressor.diffUniformValue(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker, int nType) Within the two passed POF streams, parse and compare a POF value of the specified type.protected voidPofDeltaCompressor.diffUserType(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a user type value.protected voidPofDeltaCompressor.diffValue(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a POF value.