Uses of Class
org.jgroups.protocols.MsgStats
-
Packages that use MsgStats Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of MsgStats in org.jgroups.protocols
Fields in org.jgroups.protocols declared as MsgStats Modifier and Type Field Description protected MsgStatsBaseBundler. msg_statsprotected MsgStatsTP. msg_statsprotected MsgStatsSTATS. mstatsGlobal statsFields in org.jgroups.protocols with type parameters of type MsgStats Modifier and Type Field Description protected static java.util.function.Function<Address,MsgStats>STATS. FUNCprotected java.util.concurrent.ConcurrentMap<Address,MsgStats>STATS. receivedMaintains stats per receiverprotected java.util.concurrent.ConcurrentMap<Address,MsgStats>STATS. sentMaintains stats per target destinationMethods in org.jgroups.protocols that return MsgStats Modifier and Type Method Description protected MsgStatsMsgStats. add(java.util.concurrent.atomic.LongAdder msgs, int num_msgs, java.util.concurrent.atomic.LongAdder bytes, int length)MsgStatsMsgStats. enable(boolean b)MsgStatsTP. getMessageStats()MsgStatsMsgStats. incrNumBatchesSent()MsgStatsMsgStats. incrNumBatchesSent(int n)MsgStatsMsgStats. incrNumSingleMsgsSent()MsgStatsMsgStats. received(Address dest, int length)MsgStatsMsgStats. received(Message msg)MsgStatsMsgStats. received(MessageBatch batch)MsgStatsMsgStats. reset()MsgStatsMsgStats. sent(Address dest, int length)MsgStatsMsgStats. sent(Message msg)
-