Uses of Class
com.tangosol.io.pof.PofDeltaCompressor.ChangeTracker
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofDeltaCompressor.ChangeTracker in com.tangosol.io.pof
Modifier and TypeMethodDescriptionprotected void
PofDeltaCompressor.diffCollection
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare an array or collection.protected void
PofDeltaCompressor.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 void
PofDeltaCompressor.diffPackedInt
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a packed integer value.protected void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.diffSparseArray
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a sparse array.protected void
PofDeltaCompressor.diffTimeZone
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare time zone information.protected void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.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 void
PofDeltaCompressor.diffUserType
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a user type value.protected void
PofDeltaCompressor.diffValue
(ReadBuffer.BufferInput inOld, ReadBuffer.BufferInput inNew, PofDeltaCompressor.ChangeTracker tracker) Within the two passed POF streams, parse and compare a POF value.