Class MessageSendPartition
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sender.MessageSendPartition
-
public class MessageSendPartition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageSendPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, int threshold, int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<WriteBuffers>buffers()WriteBuffersbuffersForCurrentThread()voidclear()MessageStatmessageWritten()voidresetMessageWritten()
-
-
-
Method Detail
-
buffersForCurrentThread
public WriteBuffers buffersForCurrentThread()
-
clear
public void clear()
-
resetMessageWritten
public void resetMessageWritten()
-
messageWritten
public MessageStat messageWritten()
-
buffers
public java.util.Collection<WriteBuffers> buffers()
-
-