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 |
---|---|
boolean |
Cursor.hasNext()
Tells if the cursor can return a next element
|
boolean |
Cursor.hasPrev()
Tells if the cursor can return a previous element
|
void |
TupleCursor.moveToNextNonDuplicateKey()
Moves the cursor to the next non-duplicate key.
|
void |
TupleCursor.moveToPrevNonDuplicateKey()
Moves the cursor to the previous non-duplicate key
If the BTree contains
<1,0>
<1,1>
<2,0>
<2,1>
and cursor is present at <2,1> then the cursor will move to <1,1>
|
V |
ValueCursor.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursor.next()
Find the next key/value
|
V |
ValueCursor.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursor.prev()
Find the previous key/value
|
Modifier and Type | Method and Description |
---|---|
<K,V> org.apache.directory.mavibot.btree.managed.Page<K,V> |
RecordManager.deserialize(BTree<K,V> btree,
long offset) |
org.apache.directory.mavibot.btree.managed.Page<K,V> |
PageHolder.getValue(BTree<K,V> btree)
Get back the element
|
E |
ElementHolder.getValue(BTree<K,V> btree)
Get back the element
|
boolean |
CursorImpl.hasNext()
Tells if the cursor can return a next element
|
boolean |
CursorImpl.hasPrev()
Tells if the cursor can return a previous element
|
void |
CursorImpl.moveToNextNonDuplicateKey()
Moves the cursor to the next non-duplicate key.
|
void |
CursorImpl.moveToPrevNonDuplicateKey()
Moves the cursor to the previous non-duplicate key
If the BTree contains
<1,0>
<1,1>
<2,0>
<2,1>
and cursor is present at <2,1> then the cursor will move to <1,1>
|
Tuple<K,V> |
CursorImpl.next()
Find the next key/value
|
Tuple<K,V> |
CursorImpl.prev()
Find the previous key/value
|
Modifier and Type | Method and Description |
---|---|
E |
ElementHolder.getValue(BTree<K,V> btree)
Get back the element
|
boolean |
CursorImpl.hasNext()
Tells if the cursor can return a next element
|
boolean |
CursorImpl.hasPrev()
Tells if the cursor can return a previous element
|
void |
CursorImpl.moveToNextNonDuplicateKey()
Moves the cursor to the next non-duplicate key.
|
void |
CursorImpl.moveToPrevNonDuplicateKey()
Moves the cursor to the previous non-duplicate key
If the BTree contains
<1,0>
<1,1>
<2,0>
<2,1>
and cursor is present at <2,1> then the cursor will move to <1,1>
|
Tuple<K,V> |
CursorImpl.next()
Find the next key/value
|
Tuple<K,V> |
CursorImpl.prev()
Find the previous key/value
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.