| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PersistedKeyHolder<K>
A class storing either a key, or an offset to the key on the page's byte[]
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyHolder<K>[] |
AbstractPage.keys
Keys of children nodes
|
| Modifier and Type | Method and Description |
|---|---|
(package private) KeyHolder<K> |
PersistedLeaf.getKeyHolder(int pos) |
(package private) KeyHolder<K> |
PersistedNode.getKeyHolder(int pos) |
(package private) KeyHolder<K>[] |
AbstractPage.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
AbstractPage.setKey(int pos,
KeyHolder<K> key)
Sets the key at a give position
|
(package private) void |
AbstractPage.setKeys(KeyHolder<K>[] keys) |