BTreeMapOidShortKey, Value Class |
Namespace: VelocityDb.Collection.BTree
[SerializableAttribute] public class BTreeMapOidShort<Key, Value> : BTreeMapBase<Key, Value>, IEnumerable<KeyValuePair<Key, Value>>, IEnumerable, IEnumerable<Key>
The BTreeMapOidShortKey, Value type exposes the following members.
Name | Description | |
---|---|---|
BTreeMapOidShortKey, Value |
Creates a new BTreeMapOidShort
|
Name | Description | |
---|---|---|
Comparer |
Gets the VelocityDbComparer object that is used to compare Key objects.
(Overrides BTreeBaseKey, ValueComparer.) | |
MaxNumberOfDatabases |
Allow only a single database for this short id (32bit) references collection
(Overrides OptimizedPersistableMaxNumberOfDatabases.) | |
UsesOidShort |
Does this BTree use short object references (32 bit) for its internal references? YES it does.
(Overrides BTreeBaseKey, ValueUsesOidShort.) |
Name | Description | |
---|---|---|
Clear |
Removes all elements from the set.
(Overrides BTreeBaseKey, ValueClear.) | |
InitializeAfterRead | (Overrides BTreeBaseKey, ValueInitializeAfterRead(SessionBase).) |
Name | Description | |
---|---|---|
ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |