Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The SimplePofValue type exposes the following members.

Constructors

  NameDescription
SimplePofValue
Construct a SimplePofValue instance wrapping the supplied binary.

Methods

  NameDescription
ApplyChanges
Apply all the changes that were made to this value and return a binary representation of the new value.
(Inherited from AbstractPofValue.)
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.
(Inherited from AbstractPofValue.)
GetChild
Locate a child IPofValue contained within this IPofValue.
(Overrides AbstractPofValue..::.GetChild(Int32).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSerializedValue
Return this value's serialized form.
(Inherited from AbstractPofValue.)
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.
(Inherited from AbstractPofValue.)
IncrementDirtyValuesCount
Increment the counter representing the number of values within this POF hierarchy that have been modified.
(Inherited from AbstractPofValue.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetDirty
Set the dirty flag for this value.
(Inherited from AbstractPofValue.)
SetUniformEncoded
Specifies that the buffer contains only a value, without a type identifier.
(Inherited from AbstractPofValue.)
SetValue
Update this PofValue.
(Inherited from AbstractPofValue.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
m_nType
POF type identifer of this value.
(Inherited from AbstractPofValue.)
m_oValue
Deserialized representation of this value.
(Inherited from AbstractPofValue.)

Properties

  NameDescription
BinaryValue
Return binary representation of this value.
(Inherited from AbstractPofValue.)
DirtyBytesCount
Get the estimated number of dirty bytes in this POF value hierarchy.
(Inherited from AbstractPofValue.)
IsDirty
Return true if this value has been modified, false otherwise.
(Inherited from AbstractPofValue.)
IsRoot
Return true if this instance is the root of the IPofValue hierarchy.
(Inherited from AbstractPofValue.)
IsUniformEncoded
Return true if the buffer contains only the value, without the type identifier.
(Inherited from AbstractPofValue.)
Offset
Return the offset of this value from the beginning of POF stream.
(Inherited from AbstractPofValue.)
Parent
Return the parent of this value.
(Inherited from AbstractPofValue.)
PofContext
Return the POF context to use for serialization and deserialization.
(Inherited from AbstractPofValue.)
Root
Return the root of the hierarchy this value belongs to.
(Inherited from AbstractPofValue.)
Size
Return the size of the encoded value in bytes.
(Inherited from AbstractPofValue.)
TypeId
Obtain the POF type identifier for this value.
(Inherited from AbstractPofValue.)

See Also