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

Implementation of a ISessionModel that deserializes individual items on demand and stores attributes that exceed certain size as separate cache entries.

The SplitSessionModel..::.ExternalAttributeHolder type exposes the following members.

Constructors

  NameDescription
SplitSessionModel..::.ExternalAttributeHolderOverloaded.

Methods

  NameDescription
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.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadExternalAttributeValue
Load external attribute value.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetDirty
Mark this attribute as dirty.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteExternal
Serialize this attribute using specified writer.
(Overrides TraditionalSessionModel..::.AttributeHolder..::.WriteExternal(DataWriter).)

Fields

  NameDescription
m_binValue
Serialized (binary) attribute value.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_dirty
Dirty flag.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_external
Flag specifying whether this is external attribute.
m_name
Attribute name.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_of
Offset of this attribute's value within serialized items buffer.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_parent
Parent model.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_value
Attribute value.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
m_wasExternal
Flag specifying whether this attribute was serialised as external attribute.

Properties

  NameDescription
BinaryValue
Get binary value.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
Dirty
Get the flag specifying whether this attribute is dirty.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
External
True if this is external attribute.
ExternalObsolete
True if this atribute was external and became internal
ModelManager
Model manager for the parent model.
Name
Get attribute name.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
Serializer
Attribute serializer.
(Inherited from TraditionalSessionModel..::.AttributeHolder.)
Value
Get or set attribute value.
(Overrides TraditionalSessionModel..::.AttributeHolder..::.Value.)

See Also