Class JavaInputSorter
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sort.sorter.JavaInputSorter
-
- All Implemented Interfaces:
InputSorter
public class JavaInputSorter extends java.lang.Object implements InputSorter
-
-
Constructor Summary
Constructors Constructor Description JavaInputSorter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<KvEntry>sort(java.util.Iterator<KvEntry> entries)Memory sorting.
-
-
-
Method Detail
-
sort
public java.util.Iterator<KvEntry> sort(java.util.Iterator<KvEntry> entries) throws java.io.IOException
Description copied from interface:InputSorterMemory sorting. Sort the data in input.- Specified by:
sortin interfaceInputSorter- Throws:
java.io.IOException
-
-