| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Method and Description |
|---|---|
private static <K,V> Tuple<java.util.Iterator<Tuple<K,java.util.Set<V>>>,BulkLoader.SortedFile> |
BulkLoader.processFiles(BTree<K,V> btree,
java.util.Iterator<Tuple<K,java.util.Set<V>>> dataIterator)
Read all the sorted files, and inject them into one single big file containing all the
sorted and merged elements.
|