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 MsgStats
TP. msg_stats
protected MsgStats
STATS. mstats
Global statsFields in org.jgroups.protocols with type parameters of type MsgStats Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<Address,MsgStats>
STATS. received
Maintains stats per receiverprotected java.util.concurrent.ConcurrentMap<Address,MsgStats>
STATS. sent
Maintains stats per target destinationMethods in org.jgroups.protocols that return MsgStats Modifier and Type Method Description protected MsgStats
MsgStats. add(java.util.concurrent.atomic.LongAdder msgs, int num_msgs, java.util.concurrent.atomic.LongAdder bytes, int length)
MsgStats
MsgStats. enable(boolean b)
MsgStats
TP. getMessageStats()
MsgStats
MsgStats. incrNumBatchesSent()
MsgStats
MsgStats. incrNumBatchesSent(int n)
MsgStats
MsgStats. incrNumSingleMsgsSent()
MsgStats
MsgStats. received(Address dest, int length)
MsgStats
MsgStats. received(Message msg)
MsgStats
MsgStats. received(MessageBatch batch)
MsgStats
MsgStats. reset()
MsgStats
MsgStats. sent(Address dest, int length)
MsgStats
MsgStats. sent(Message msg)
-