Class MessageStat
- java.lang.Object
-
- org.apache.hugegraph.computer.core.receiver.MessageStat
-
public class MessageStat extends java.lang.ObjectSend or Received message stat for a partition.
-
-
Constructor Summary
Constructors Constructor Description MessageStat()MessageStat(long messageCount, long messageBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincrease(MessageStat other)longmessageBytes()longmessageCount()
-
-
-
Method Detail
-
messageCount
public long messageCount()
-
messageBytes
public long messageBytes()
-
increase
public void increase(MessageStat other)
-
-