Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The AbstractPofValue type exposes the following members.

Methods

  NameDescription
ApplyChanges
Apply all the changes that were made to this value and return a binary representation of the new value.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetChanges
Return a binary containing changes made to this IPofValue in the format defined by the BinaryDeltaCompressor.
GetChild
Locate a child IPofValue contained within this IPofValue.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSerializedValue
Return this value's serialized form.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValueOverloaded.
IncrementDirtyBytesCount
Increment the counter representing the estimated number of bytes in the original buffer that have been modified.
IncrementDirtyValuesCount
Increment the counter representing the number of values within this POF hierarchy that have been modified.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetDirty
Set the dirty flag for this value.
SetUniformEncoded
Specifies that the buffer contains only a value, without a type identifier.
SetValue
Update this PofValue.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also