Class MsgStats


  • public class MsgStats
    extends java.lang.Object
    Class which has all the stats about received/sent messages etc (in TP)
    Since:
    4.0
    • Field Detail

      • num_msgs_sent

        protected final java.util.concurrent.atomic.AtomicLong num_msgs_sent
      • num_msgs_received

        protected final java.util.concurrent.atomic.AtomicLong num_msgs_received
      • num_ucasts_sent

        protected final java.util.concurrent.atomic.AtomicLong num_ucasts_sent
      • num_mcasts_sent

        protected final java.util.concurrent.atomic.AtomicLong num_mcasts_sent
      • num_ucasts_received

        protected final java.util.concurrent.atomic.AtomicLong num_ucasts_received
      • num_mcasts_received

        protected final java.util.concurrent.atomic.AtomicLong num_mcasts_received
      • num_bytes_sent

        protected final java.util.concurrent.atomic.AtomicLong num_bytes_sent
      • num_bytes_received

        protected final java.util.concurrent.atomic.AtomicLong num_bytes_received
      • num_ucast_bytes_sent

        protected final java.util.concurrent.atomic.AtomicLong num_ucast_bytes_sent
      • num_mcast_bytes_sent

        protected final java.util.concurrent.atomic.AtomicLong num_mcast_bytes_sent
      • num_ucast_bytes_received

        protected final java.util.concurrent.atomic.AtomicLong num_ucast_bytes_received
      • num_mcast_bytes_received

        protected final java.util.concurrent.atomic.AtomicLong num_mcast_bytes_received
      • num_oob_msgs_received

        protected final java.util.concurrent.atomic.AtomicLong num_oob_msgs_received
      • num_single_msgs_sent

        protected final java.util.concurrent.atomic.AtomicLong num_single_msgs_sent
      • num_batches_sent

        protected final java.util.concurrent.atomic.AtomicLong num_batches_sent
      • num_batches_received

        protected final java.util.concurrent.atomic.AtomicLong num_batches_received
      • num_rejected_msgs

        protected final java.util.concurrent.atomic.AtomicInteger num_rejected_msgs
    • Constructor Detail

      • MsgStats

        public MsgStats()
    • Method Detail

      • getNumMsgsSent

        public long getNumMsgsSent()
      • incrNumMsgsSent

        public MsgStats incrNumMsgsSent​(int d)
      • getNumUcastMsgsSent

        public long getNumUcastMsgsSent()
      • incrNumUcastMsgsSent

        public MsgStats incrNumUcastMsgsSent​(int d)
      • getNumMcastMsgsSent

        public long getNumMcastMsgsSent()
      • incrNumMcastMsgsSent

        public MsgStats incrNumMcastMsgsSent​(int d)
      • getNumUcastMsgsReceived

        public long getNumUcastMsgsReceived()
      • incrNumUcastMsgsReceived

        public MsgStats incrNumUcastMsgsReceived​(int d)
      • getNumMcastMsgsReceived

        public long getNumMcastMsgsReceived()
      • incrNumMcastMsgsReceived

        public MsgStats incrNumMcastMsgsReceived​(int d)
      • getNumMsgsReceived

        public long getNumMsgsReceived()
      • incrNumMsgsReceived

        public MsgStats incrNumMsgsReceived​(int d)
      • getNumOOBMsgsReceived

        public long getNumOOBMsgsReceived()
      • incrNumOOBMsgsReceived

        public MsgStats incrNumOOBMsgsReceived​(int d)
      • getNumSingleMsgsSent

        public long getNumSingleMsgsSent()
      • incrNumSingleMsgsSent

        public MsgStats incrNumSingleMsgsSent​(int d)
      • getNumBatchesSent

        public long getNumBatchesSent()
      • incrNumBatchesSent

        public MsgStats incrNumBatchesSent​(int d)
      • getNumBatchesReceived

        public long getNumBatchesReceived()
      • incrNumBatchesReceived

        public MsgStats incrNumBatchesReceived​(int d)
      • getNumBytesSent

        public long getNumBytesSent()
      • incrNumBytesSent

        public MsgStats incrNumBytesSent​(int d)
      • getNumUcastBytesSent

        public long getNumUcastBytesSent()
      • incrNumUcastBytesSent

        public MsgStats incrNumUcastBytesSent​(int d)
      • getNumMcastBytesSent

        public long getNumMcastBytesSent()
      • incrNumMcastBytesSent

        public MsgStats incrNumMcastBytesSent​(int d)
      • getNumBytesReceived

        public long getNumBytesReceived()
      • incrNumBytesReceived

        public MsgStats incrNumBytesReceived​(int d)
      • getNumUcastBytesReceived

        public long getNumUcastBytesReceived()
      • incrNumUcastBytesReceived

        public MsgStats incrNumUcastBytesReceived​(int d)
      • getNumMcastBytesReceived

        public long getNumMcastBytesReceived()
      • incrNumMcastBytesReceived

        public MsgStats incrNumMcastBytesReceived​(int d)
      • getNumRejectedMsgs

        public int getNumRejectedMsgs()
      • incrNumRejectedMsgs

        public MsgStats incrNumRejectedMsgs​(int d)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object