Class InputsSorterImpl
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sort.sorter.InputsSorterImpl
-
- All Implemented Interfaces:
InputsSorter
public class InputsSorterImpl extends java.lang.Object implements InputsSorter
-
-
Constructor Summary
Constructors Constructor Description InputsSorterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryIteratorsort(java.util.List<EntryIterator> entries)Sort multiple inputs from memory.
-
-
-
Method Detail
-
sort
public EntryIterator sort(java.util.List<EntryIterator> entries) throws java.io.IOException
Description copied from interface:InputsSorterSort multiple inputs from memory.- Specified by:
sortin interfaceInputsSorter- Throws:
java.io.IOException
-
-