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