Package | Description |
---|---|
org.apache.directory.mavibot.btree | |
org.apache.directory.mavibot.btree.memory | |
org.apache.directory.mavibot.btree.persisted | |
org.apache.directory.mavibot.btree.util |
Modifier and Type | Field and Description |
---|---|
protected Tuple<K,V> |
TupleCursor.tuple
The Tuple used to return the results
|
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> |
TupleCursor.next()
Find the next key/value
|
Tuple<K,V> |
EmptyTupleCursor.next()
Find the next key/value
|
Tuple<K,V> |
TupleCursor.nextKey()
Get the next non-duplicate key.
|
Tuple<K,V> |
EmptyTupleCursor.nextKey()
Get the next non-duplicate key.
|
Tuple<K,V> |
TupleCursor.prev()
Find the previous key/value
|
Tuple<K,V> |
EmptyTupleCursor.prev()
Find the previous key/value
|
Tuple<K,V> |
TupleCursor.prevKey()
Get the previous non-duplicate key.
|
Tuple<K,V> |
EmptyTupleCursor.prevKey()
Get the previous non-duplicate key.
|
Modifier and Type | Method and Description |
---|---|
BTree<K,V> |
PersistedBTreeBuilder.build(Iterator<Tuple<K,V>> sortedTupleItr) |
BTree<K,V> |
InMemoryBTreeBuilder.build(Iterator<Tuple<K,V>> sortedTupleItr) |
Modifier and Type | Method and Description |
---|---|
Iterator<Tuple<K,V>> |
BulkDataSorter.getMergeSortedTuples() |
Constructor and Description |
---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
Modifier and Type | Method and Description |
---|---|
Iterator<Tuple<K,V>> |
BulkDataSorter.getMergeSortedTuples() |
Constructor and Description |
---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
TupleReaderWriter.readSortedTuple(DataInputStream in) |
Tuple<Integer,Integer> |
IntTupleReaderWriter.readSortedTuple(DataInputStream in) |
Tuple<K,V> |
TupleReaderWriter.readUnsortedTuple(DataInputStream in) |
Tuple<Integer,Integer> |
IntTupleReaderWriter.readUnsortedTuple(DataInputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
IntTupleReaderWriter.storeSortedTuple(Tuple<Integer,Integer> t,
DataOutputStream out) |
void |
TupleReaderWriter.storeSortedTuple(Tuple<K,V> t,
DataOutputStream out) |
Copyright © 2012–2014 Apache Mavibot Project Parent. All rights reserved.