Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
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
| Name | Description | |
|---|---|---|
| SplitSessionModel..::.ExternalAttributeHolder | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| LoadExternalAttributeValue |
Load external attribute value.
| |
Creates a shallow copy of the current (Inherited from | ||
| SetDirty |
Mark this attribute as dirty.
(Inherited from TraditionalSessionModel..::.AttributeHolder.) | |
Returns a (Inherited from | ||
| WriteExternal |
Serialize this attribute using specified writer.
(Overrides TraditionalSessionModel..::.AttributeHolder..::.WriteExternal(DataWriter).) |
Fields
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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.) |