static class BPage.InsertResult<K,V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) V |
existing
Existing value for the insertion key.
|
(package private) BPage<K,V> |
overflow
Overflow page.
|
(package private) BPage<K,V> |
pageNewCopy
New version of the page doing the insert
|
| Constructor and Description |
|---|
InsertResult() |