Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected MsgStats |
TP.msg_stats |
Modifier and Type | Method and 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() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.