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 MsgStatsTP. msg_statsprotected MsgStatsSTATS. mstatsGlobal statsFields in org.jgroups.protocols with type parameters of type MsgStats Modifier and Type Field Description protected 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 MsgStatsTP. getMessageStats()MsgStatsMsgStats. incrNumBatchesReceived(int d)MsgStatsMsgStats. incrNumBatchesSent(int d)MsgStatsMsgStats. incrNumBytesReceived(int d)MsgStatsMsgStats. incrNumBytesSent(int d)MsgStatsMsgStats. incrNumMcastBytesReceived(int d)MsgStatsMsgStats. incrNumMcastBytesSent(int d)MsgStatsMsgStats. incrNumMcastMsgsReceived(int d)MsgStatsMsgStats. incrNumMcastMsgsSent(int d)MsgStatsMsgStats. incrNumMsgsReceived(int d)MsgStatsMsgStats. incrNumMsgsSent(int d)MsgStatsMsgStats. incrNumOOBMsgsReceived(int d)MsgStatsMsgStats. incrNumRejectedMsgs(int d)MsgStatsMsgStats. incrNumSingleMsgsSent(int d)MsgStatsMsgStats. incrNumUcastBytesReceived(int d)MsgStatsMsgStats. incrNumUcastBytesSent(int d)MsgStatsMsgStats. incrNumUcastMsgsReceived(int d)MsgStatsMsgStats. incrNumUcastMsgsSent(int d)MsgStatsMsgStats. reset()
-