public class BulkDataSorter<K,V> extends Object
BTreeBuilder
.Constructor and Description |
---|
BulkDataSorter(TupleReaderWriter<K,V> readerWriter,
Comparator<Tuple<K,V>> tupleComparator,
int splitAfter) |
public BulkDataSorter(TupleReaderWriter<K,V> readerWriter, Comparator<Tuple<K,V>> tupleComparator, int splitAfter)
public void sort(File dataFile) throws IOException
IOException
public File getWorkDir()
public Iterator<Tuple<K,V>> getMergeSortedTuples() throws IOException
IOException
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.