Interface LoadManagerReport

  • All Superinterfaces:
    ServiceLookupData

    public interface LoadManagerReport
    extends ServiceLookupData
    This class represents the overall load of the broker - it includes overall SystemResourceUsage and Bundle-usage.
    • Method Detail

      • getLastUpdate

        long getLastUpdate()
      • getNumTopics

        int getNumTopics()
      • getNumBundles

        int getNumBundles()
      • getNumConsumers

        int getNumConsumers()
      • getNumProducers

        int getNumProducers()
      • getMsgThroughputIn

        double getMsgThroughputIn()
      • getMsgThroughputOut

        double getMsgThroughputOut()
      • getMsgRateIn

        double getMsgRateIn()
      • getMsgRateOut

        double getMsgRateOut()
      • getBrokerVersionString

        java.lang.String getBrokerVersionString()
      • isPersistentTopicsEnabled

        boolean isPersistentTopicsEnabled()
      • isNonPersistentTopicsEnabled

        boolean isNonPersistentTopicsEnabled()