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(Transaction<K,V> transaction,
ParentPos<K,V>[] stack,
int depth)
Browses the whole tree, and creates a Cursor on top of it.
|
Tuple<K,V> |
Page.findRightMost()
Finds the rightmost element in this page.
|
boolean |
TupleCursor.hasNext()
Tells if the cursor can return a next element
|
boolean |
Cursor.hasNext()
Tells if the cursor can return a next element
|
boolean |
TupleCursor.hasNextKey()
Tells if the cursor can return a next key
|
boolean |
TupleCursor.hasPrev()
Tells if the cursor can return a previous element
|
boolean |
Cursor.hasPrev()
Tells if the cursor can return a previous element
|
boolean |
TupleCursor.hasPrevKey()
Tells if the cursor can return a previous key
|
V |
ValueCursor.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursor.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursor.nextKey()
Get the next non-duplicate key.
|
V |
ValueCursor.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursor.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursor.prevKey()
Get the previous non-duplicate key.
|
Modifier and Type | Method and Description |
---|---|
<K,V> Page<K,V> |
RecordManager.deserialize(BTree<K,V> btree,
long offset) |
Page<K,V> |
PageHolder.getValue(BTree<K,V> btree) |
E |
ElementHolder.getValue(BTree<K,V> btree)
Get back the element
|
boolean |
TupleCursorImpl.hasNext()
Tells if the cursor can return a next element
|
boolean |
TupleCursorImpl.hasNextKey()
Tells if the cursor can return a next key
|
boolean |
TupleCursorImpl.hasPrev()
Tells if the cursor can return a previous element
|
boolean |
TupleCursorImpl.hasPrevKey()
Tells if the cursor can return a previous key
|
Tuple<K,V> |
TupleCursorImpl.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursorImpl.nextKey()
Get the next non-duplicate key.
|
Tuple<K,V> |
TupleCursorImpl.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursorImpl.prevKey()
Get the previous non-duplicate key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TupleCursorImpl.hasNext()
Tells if the cursor can return a next element
|
boolean |
TupleCursorImpl.hasNextKey()
Tells if the cursor can return a next key
|
boolean |
TupleCursorImpl.hasPrev()
Tells if the cursor can return a previous element
|
boolean |
TupleCursorImpl.hasPrevKey()
Tells if the cursor can return a previous key
|
Tuple<K,V> |
TupleCursorImpl.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursorImpl.nextKey()
Get the next non-duplicate key.
|
Tuple<K,V> |
TupleCursorImpl.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursorImpl.prevKey()
Get the previous non-duplicate key.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.