| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree.memory | |
| org.apache.directory.mavibot.btree.persisted | |
| org.apache.directory.mavibot.btree.util |
| Modifier and Type | Field and Description |
|---|---|
private TupleReaderWriter<K,V> |
BulkDataSorter.readerWriter |
| Constructor and Description |
|---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
java.util.Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
| Modifier and Type | Field and Description |
|---|---|
private TupleReaderWriter<K,V> |
BulkDataSorter.readerWriter |
| Constructor and Description |
|---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
java.util.Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntTupleReaderWriter
TODO IntTupleReaderWriter.
|