Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Class and Description |
---|---|
class |
ModifyResult<K,V>
The result of an insert operation, when the child has not been split.
|
class |
SplitResult<K,V>
The result of an insert operation, when the page has been split.
|
Modifier and Type | Method and Description |
---|---|
InsertResult<K,V> |
Page.insert(long revision,
K key,
V value)
Inserts the given key and value into this page.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.