Oracle® Coherence .NET API Reference Release 3.6
E15727-01
E15727-01
The AbstractPofValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AbstractPofValue |
Construct a PofValue instance wrapping the supplied binary.
|
Methods
| Name | Description | |
|---|---|---|
| ApplyChanges |
Apply all the changes that were made to this value and return a
binary representation of the new value.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| 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.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| GetSerializedValue |
Return this value's serialized form.
| |
Gets the (Inherited from | ||
| GetValue | Overloaded. | |
| 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
Returns a (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| m_nType |
POF type identifer of this value.
| |
| m_oValue |
Deserialized representation of this value.
|
Properties
| Name | Description | |
|---|---|---|
| BinaryValue |
Return binary representation of this value.
| |
| DirtyBytesCount |
Get the estimated number of dirty bytes in this POF value
hierarchy.
| |
| IsDirty |
Return true if this value has been modified,
false otherwise.
| |
| IsRoot |
Return true if this instance is the root of the IPofValue
hierarchy.
| |
| IsUniformEncoded |
Return true if the buffer contains only the value, without
the type identifier.
| |
| Offset |
Return the offset of this value from the beginning of POF stream.
| |
| Parent |
Return the parent of this value.
| |
| PofContext |
Return the POF context to use for serialization and
deserialization.
| |
| Root |
Return the root of the hierarchy this value belongs to.
| |
| Size |
Return the size of the encoded value in bytes.
| |
| TypeId |
Obtain the POF type identifier for this value.
|