Class VertexMessageRecvPartitions
- java.lang.Object
-
- org.apache.hugegraph.computer.core.receiver.MessageRecvPartitions<VertexMessageRecvPartition>
-
- org.apache.hugegraph.computer.core.receiver.vertex.VertexMessageRecvPartitions
-
public class VertexMessageRecvPartitions extends MessageRecvPartitions<VertexMessageRecvPartition>
-
-
Field Summary
-
Fields inherited from class org.apache.hugegraph.computer.core.receiver.MessageRecvPartitions
config, context, fileGenerator, sortManager
-
-
Constructor Summary
Constructors Constructor Description VertexMessageRecvPartitions(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 VertexMessageRecvPartitioncreatePartition()-
Methods inherited from class org.apache.hugegraph.computer.core.receiver.MessageRecvPartitions
addBuffer, clearOldFiles, genOutputPath, iterators, messageStats
-
-
-
-
Constructor Detail
-
VertexMessageRecvPartitions
public VertexMessageRecvPartitions(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)
-
-
Method Detail
-
createPartition
public VertexMessageRecvPartition createPartition()
- Specified by:
createPartitionin classMessageRecvPartitions<VertexMessageRecvPartition>
-
-