Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.
EnsureReferenceRegistry
Obtain the registry for identity-reference pairs, creating it if necessary.
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.)
GetBoolean
Return the Boolean which this IPofValue represents.
GetBooleanArray
Return the Boolean[] which this IPofValue represents.
GetByte
Return the Byte which this IPofValue represents.
GetByteArray
Return the Byte[] which this IPofValue represents.
GetChanges
Return a binary containing changes made to this IPofValue in the format defined by the BinaryDeltaCompressor.
GetChar
Return the Char which this IPofValue represents.
GetCharArray
Return the Char[] which this IPofValue represents.
GetChild
Locate a child IPofValue contained within this IPofValue.
GetCollectionOverloaded.
GetDate
Return the DateTime which this IPofValue represents.
GetDateTime
Return the DateTime which this IPofValue represents.
GetDayTimeInterval
Return the TimeSpan which this IPofValue represents.
GetDecimal
Return the Decimal which this IPofValue represents.
GetDictionaryOverloaded.
GetDouble
Return the Double which this IPofValue represents.
GetDoubleArray
Return the Double[] which this IPofValue represents.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInt16
Return the Int16 which this IPofValue represents.
GetInt16Array
Return the Int16[] which this IPofValue represents.
GetInt32
Return the Int32 which this IPofValue represents.
GetInt32Array
Return the Int32[] which this IPofValue represents.
GetInt64
Return the Int64 which this IPofValue represents.
GetInt64Array
Return the Int64[] which this IPofValue represents.
GetSerializedValue
Return this value's serialized form.
GetSingle
Return the Single which this IPofValue represents.
GetSingleArray
Return the Single[] which this IPofValue represents.
GetString
Return the String which this IPofValue represents.
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.
LookupIdentity
Look up the specified identity and return the object to which it refers.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegisterIdentity
Register the passed value with the passed identity.
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