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