SparseIndexTKeyAdd Method

Adds the following node pointer to the sparse index.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void Add(
	TKey nodeKey,
	uint pointer,
	byte level
)

Parameters

nodeKey  TKey
the first key in the pointer. Only uses the key portion of the TKeyValue
pointer  UInt32
the index of the later node
level  Byte
the level of the node being added

Remarks

This class will add the new node data to the parent node, or create a new root if the current root is split.

See Also