| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Method and Description |
|---|---|
private InsertResult<K,V> |
InMemoryNode.replaceChild(long revision,
ModifyResult<K,V> result,
int pos)
This method is used when we have to replace a child in a page when we have
found the key in the tree (the value will be changed, so we have made
copies of the existing pages).
|
private InsertResult<K,V> |
PersistedNode.replaceChild(long revision,
ModifyResult<K,V> result,
int pos)
This method is used when we have to replace a child in a page when we have
found the key in the tree (the value will be changed, so we have made
copies of the existing pages).
|