Uses of Class
org.apache.hugegraph.computer.core.receiver.MessageStat
-
Packages that use MessageStat Package Description org.apache.hugegraph.computer.core.graph.partition org.apache.hugegraph.computer.core.receiver org.apache.hugegraph.computer.core.sender -
-
Uses of MessageStat in org.apache.hugegraph.computer.core.graph.partition
Methods in org.apache.hugegraph.computer.core.graph.partition with parameters of type MessageStat Modifier and Type Method Description voidPartitionStat. mergeRecvMessageStat(MessageStat messageStat)voidPartitionStat. mergeSendMessageStat(MessageStat messageStat) -
Uses of MessageStat in org.apache.hugegraph.computer.core.receiver
Methods in org.apache.hugegraph.computer.core.receiver that return MessageStat Modifier and Type Method Description MessageStatMessageRecvPartition. messageStat()Methods in org.apache.hugegraph.computer.core.receiver that return types with arguments of type MessageStat Modifier and Type Method Description java.util.Map<java.lang.Integer,MessageStat>MessageRecvManager. messageStats()java.util.Map<java.lang.Integer,MessageStat>MessageRecvPartitions. messageStats()Methods in org.apache.hugegraph.computer.core.receiver with parameters of type MessageStat Modifier and Type Method Description voidMessageStat. increase(MessageStat other) -
Uses of MessageStat in org.apache.hugegraph.computer.core.sender
Methods in org.apache.hugegraph.computer.core.sender that return MessageStat Modifier and Type Method Description MessageStatMessageSendManager. messageStat(int partitionId)MessageStatMessageSendPartition. messageWritten()MessageStatWriteBuffers. messageWritten()
-