Class UpgradeGroupInfo

  • All Implemented Interfaces:
    javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.modelmbean.ModelMBeanNotificationBroadcaster, javax.management.NotificationBroadcaster

    public class UpgradeGroupInfo
    extends BaseModelMBean
    This aggregates the data collected from each UpgradeInfo instance.
    • Constructor Detail

      • UpgradeGroupInfo

        public UpgradeGroupInfo()
    • Method Detail

      • addUpgradeInfo

        public void addUpgradeInfo​(UpgradeInfo ui)
      • removeUpgradeInfo

        public void removeUpgradeInfo​(UpgradeInfo ui)
      • getBytesReceived

        public long getBytesReceived()
      • setBytesReceived

        public void setBytesReceived​(long bytesReceived)
      • getBytesSent

        public long getBytesSent()
      • setBytesSent

        public void setBytesSent​(long bytesSent)
      • getMsgsReceived

        public long getMsgsReceived()
      • setMsgsReceived

        public void setMsgsReceived​(long msgsReceived)
      • getMsgsSent

        public long getMsgsSent()
      • setMsgsSent

        public void setMsgsSent​(long msgsSent)
      • resetCounters

        public void resetCounters()