public interface IKeysData
IRaba
of a node or leaf in an index
data structure.Modifier and Type | Method and Description |
---|---|
int |
getKeyCount()
Return the #of keys in the node or leaf.
|
IRaba |
getKeys()
The object used to contain and manage the keys.
|
int getKeyCount()
nkeys+1
children. A leaf has nkeys
keys and values. The maximum #of
keys for a node is one less than the branching factor of the B+Tree. The
maximum #of keys for a leaf is the branching factor of the B+Tree. For a
hash bucket, this is the #of entries in the bucket.IRaba getKeys()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.