Class RecvSortManager
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sort.sorting.SortManager
-
- org.apache.hugegraph.computer.core.sort.sorting.RecvSortManager
-
- All Implemented Interfaces:
Manager
public class RecvSortManager extends SortManager
-
-
Field Summary
-
Fields inherited from class org.apache.hugegraph.computer.core.sort.sorting.SortManager
LOG
-
-
Constructor Summary
Constructors Constructor Description RecvSortManager(org.apache.hugegraph.computer.core.common.ComputerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()The unique identify name.protected java.lang.IntegerthreadNum(org.apache.hugegraph.computer.core.config.Config config)protected java.lang.StringthreadPrefix()-
Methods inherited from class org.apache.hugegraph.computer.core.sort.sorting.SortManager
close, init, iterator, mergeBuffers, mergeInputs, sort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hugegraph.computer.core.manager.Manager
afterSuperstep, beforeSuperstep, inited
-
-
-
-
Method Detail
-
name
public java.lang.String name()
Description copied from interface:ManagerThe unique identify name.- Specified by:
namein interfaceManager- Specified by:
namein classSortManager
-
threadPrefix
protected java.lang.String threadPrefix()
- Specified by:
threadPrefixin classSortManager
-
threadNum
protected java.lang.Integer threadNum(org.apache.hugegraph.computer.core.config.Config config)
- Overrides:
threadNumin classSortManager
-
-