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
Methods in org.jgroups.protocols that return MsgStats Modifier and Type Method Description MsgStats
TP. getMessageStats()
MsgStats
MsgStats. incrNumBatchesReceived(int d)
MsgStats
MsgStats. incrNumBatchesSent(int d)
MsgStats
MsgStats. incrNumBytesReceived(int d)
MsgStats
MsgStats. incrNumBytesSent(int d)
MsgStats
MsgStats. incrNumInternalMsgsReceived(int d)
MsgStats
MsgStats. incrNumMsgsReceived(int d)
MsgStats
MsgStats. incrNumMsgsSent(int d)
MsgStats
MsgStats. incrNumOOBMsgsReceived(int d)
MsgStats
MsgStats. incrNumRejectedMsgs(int d)
MsgStats
MsgStats. incrNumSingleMsgsSent(int d)
MsgStats
MsgStats. incrNumThreadsSpawned(int d)
MsgStats
MsgStats. reset()
-