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 |
---|---|
V |
Page.get(K key)
Gets the value associated with the given key, if any.
|
ValueCursor<V> |
Page.getValues(K key)
Gets the values associated with the given key, if any.
|
Modifier and Type | Method and Description |
---|---|
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(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
boolean |
BTree.contains(long revision,
K key,
V value)
Checks if the BTree contains the given key with the given value for a given revision
|
V |
BTree.get(K key)
Find a value in the tree, given its key.
|
V |
BTree.get(long revision,
K key)
Find a value in the tree, given its key, at a specific revision.
|
ValueCursor<V> |
BTree.getValues(K key) |
boolean |
BTree.hasKey(long revision,
K key)
Checks if the given key exists for a given revision.
|
Modifier and Type | Method and Description |
---|---|
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(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
boolean |
BTree.contains(long revision,
K key,
V value)
Checks if the BTree contains the given key with the given value for a given revision
|
V |
BTree.get(K key)
Find a value in the tree, given its key.
|
V |
BTree.get(long revision,
K key)
Find a value in the tree, given its key, at a specific revision.
|
ValueCursor<V> |
BTree.getValues(K key) |
boolean |
BTree.hasKey(long revision,
K key)
Checks if the given key exists for a given revision.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.