Class EdgeMessageRecvPartition
- java.lang.Object
-
- org.apache.hugegraph.computer.core.receiver.MessageRecvPartition
-
- org.apache.hugegraph.computer.core.receiver.edge.EdgeMessageRecvPartition
-
public class EdgeMessageRecvPartition extends MessageRecvPartition
-
-
Field Summary
-
Fields inherited from class org.apache.hugegraph.computer.core.receiver.MessageRecvPartition
LOG
-
-
Constructor Summary
Constructors Constructor Description EdgeMessageRecvPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OuterSortFlusherouterSortFlusher()protected java.lang.Stringtype()-
Methods inherited from class org.apache.hugegraph.computer.core.receiver.MessageRecvPartition
addBuffer, genOutputPath, iterator, messageStat, totalBytes
-
-
-
-
Constructor Detail
-
EdgeMessageRecvPartition
public EdgeMessageRecvPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)
-
-
Method Detail
-
outerSortFlusher
protected OuterSortFlusher outerSortFlusher()
- Specified by:
outerSortFlusherin classMessageRecvPartition
-
type
protected java.lang.String type()
- Specified by:
typein classMessageRecvPartition
-
-