Interface | Description |
---|---|
_Jid |
Incremental Deserialization / Reserialization.
|
ComparableKey<KEY_TYPE> |
Compares the key or value of a Jid.
|
Class | Description |
---|---|
AppendableBytes |
A mutable wrapper for an array of bytes.
|
CopyJID |
Returns a copy of the JID.
|
GetSerializedBytes |
Returns a byte array holding the serialized persistent data.
|
GetSerializedLength |
The response returned is the number of bytes needed to serialize the persistent data.
|
IsJidEqual |
Returns true when the persistent content are equal.
|
Jid |
Base class for Incremental Deserialization Actors.
|
JidFactories |
Defines Jid actor types and registers the JID factories.
|
JidFactoriesFactory |
Creates a JidFactorys.
|
JidFactory |
Creates a Jid.
|
ReadableBytes |
A readable wrapper for an array of bytes.
|
ResolvePathname |
Returns the JID actor identified by the pathname.
|
Save |
Saves the persistent data of a JID to a AppendableBytes object.
|
Util |
Some common constants and methods.
|
Fast serialization/deserialization is critical for databases. The key is to deserialize only what you need and to keep the serialized data for items that have not been changed for reserialization after an update.
JID implements a number of components which support different types of persistent data. Incremental serialization/deserialization techniques are used to achieve high-performance.
Copyright © 2013. All Rights Reserved.