Class MessageSendBuffers
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sender.MessageSendBuffers
-
public class MessageSendBuffers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageSendBuffers(org.apache.hugegraph.computer.core.common.ComputerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Integer,MessageSendPartition>all()voidclear()WriteBuffersget(int partitionId)
-
-
-
Method Detail
-
get
public WriteBuffers get(int partitionId)
-
all
public java.util.Map<java.lang.Integer,MessageSendPartition> all()
-
clear
public void clear()
-
-