Package | Description |
---|---|
org.apache.directory.mavibot.btree | |
org.apache.directory.mavibot.btree.util |
Modifier and Type | Class and Description |
---|---|
class |
Addition<K,V>
A class used to store an Addition modification done on a BTree.
|
class |
Deletion<K,V>
A class used to store a Delete modification done on a BTree.
|
class |
Modification<K,V>
An abstract class used to store a modification done on a BTree.
|
class |
PoisonPill<K,V>
This is special class which is injected into the journal queue to tell
the journal thread that it should stop.
|
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
BTree.delete(K key)
Delete the entry which key is given as a parameter.
|
Tuple<K,V> |
BTree.delete(K key,
V value)
Delete the value from an entry associated with the given key.
|
Tuple<K,V> |
Cursor.next()
Find the next key/value
|
Tuple<K,V> |
Cursor.prev()
Find the previous key/value
|
Modifier and Type | Method and Description |
---|---|
BTree<K,V> |
BTreeBuilder.build(Iterator<Tuple<K,V>> sortedTupleItr) |
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
TupleReaderWriter.readTuple(DataInputStream in) |
Tuple<Integer,Integer> |
IntTupleReaderWriter.readTuple(DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
Iterator<Tuple<K,V>> |
BulkDataSorter.getMergeSortedTuples() |
Modifier and Type | Method and Description |
---|---|
void |
IntTupleReaderWriter.writeTuple(Tuple<Integer,Integer> t,
DataOutputStream out) |
void |
TupleReaderWriter.writeTuple(Tuple<K,V> t,
DataOutputStream out) |
Constructor and Description |
---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.