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