Class AggregatedNamespaceStats


  • public class AggregatedNamespaceStats
    extends java.lang.Object
    • Field Detail

      • topicsCount

        public int topicsCount
      • subscriptionsCount

        public int subscriptionsCount
      • producersCount

        public int producersCount
      • consumersCount

        public int consumersCount
      • rateIn

        public double rateIn
      • rateOut

        public double rateOut
      • throughputIn

        public double throughputIn
      • throughputOut

        public double throughputOut
      • messageAckRate

        public long messageAckRate
      • bytesInCounter

        public long bytesInCounter
      • msgInCounter

        public long msgInCounter
      • bytesOutCounter

        public long bytesOutCounter
      • msgOutCounter

        public long msgOutCounter
      • msgBacklog

        public long msgBacklog
      • msgDelayed

        public long msgDelayed
    • Constructor Detail

      • AggregatedNamespaceStats

        public AggregatedNamespaceStats()
    • Method Detail

      • reset

        public void reset()