Class VertexMessageRecvPartition
- java.lang.Object
-
- org.apache.hugegraph.computer.core.receiver.MessageRecvPartition
-
- org.apache.hugegraph.computer.core.receiver.vertex.VertexMessageRecvPartition
-
public class VertexMessageRecvPartition extends MessageRecvPartition
-
-
Field Summary
-
Fields inherited from class org.apache.hugegraph.computer.core.receiver.MessageRecvPartition
LOG
-
-
Constructor Summary
Constructors Constructor Description VertexMessageRecvPartition(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
-
VertexMessageRecvPartition
public VertexMessageRecvPartition(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
-
-