Package | Description |
---|---|
org.apache.directory.mavibot.btree | |
org.apache.directory.mavibot.btree.managed | |
org.apache.directory.mavibot.btree.memory |
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
Page.browse(K key,
Transaction<K,V> transaction,
ParentPos<K,V>[] stack,
int depth)
Browses the tree, looking for the given key, and creates a Cursor on top
of the found result.
|
TupleCursor<K,V> |
Page.browse(Transaction<K,V> transaction,
ParentPos<K,V>[] stack,
int depth)
Browses the whole tree, and creates a Cursor on top of it.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleCursorImpl<K,V>
A Cursor is used to fetch elements in a BTree and is returned by the
|
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
BTree.browse()
Creates a cursor starting at the beginning of the tree
|
TupleCursor<K,V> |
BTree.browse(long revision)
Creates a cursor starting at the beginning of the tree, for a given revision
|
TupleCursor<K,V> |
BTree.browseFrom(K key)
Creates a cursor starting on the given key
|
TupleCursor<K,V> |
BTree.browseFrom(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
BTree.browse()
Creates a cursor starting at the beginning of the tree
|
TupleCursor<K,V> |
BTree.browse(long revision)
Creates a cursor starting at the beginning of the tree, for a given revision
|
TupleCursor<K,V> |
BTree.browseFrom(K key)
Creates a cursor starting on the given key
|
TupleCursor<K,V> |
BTree.browseFrom(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.