Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateKeyMemoryHolder<K,V>
A holder for values of duplicate keys.
|
class |
MemoryHolder<K,V>
A In-Memory Value holder.
|
class |
ReferenceHolder<E,K,V>
A Value holder.
|
Modifier and Type | Method and Description |
---|---|
static void |
BTreeFactory.setValue(org.apache.directory.mavibot.btree.Leaf page,
int pos,
ElementHolder value)
Set the value at a give position
|
static void |
BTreeFactory.setValue(org.apache.directory.mavibot.btree.Node page,
int pos,
ElementHolder value)
Set the value at a give position
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.