Uses of Class
org.jgroups.protocols.MsgStats
Packages that use MsgStats
Package
Description
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 MsgStatsModifier and TypeFieldDescriptionprotected final MsgStatsTP.msg_statsprotected final MsgStatsSTATS.mstatsGlobal statsFields in org.jgroups.protocols with type parameters of type MsgStatsModifier and TypeFieldDescriptionprotected final ConcurrentMap<Address, MsgStats> STATS.receivedMaintains stats per receiverprotected final ConcurrentMap<Address, MsgStats> STATS.sentMaintains stats per target destinationMethods in org.jgroups.protocols that return MsgStatsModifier and TypeMethodDescriptionprotected MsgStatsMsgStats.enable(boolean b) TP.getMessageStats()MsgStats.incrNumBatchesSent()MsgStats.incrNumBatchesSent(int n) MsgStats.incrNumSingleMsgsSent()MsgStats.received(MessageBatch batch) MsgStats.reset()