Class PulsarServiceRequest

java.lang.Object
org.apache.pulsar.broker.loadbalance.ServiceRequest
org.apache.pulsar.broker.loadbalance.impl.PulsarServiceRequest

public class PulsarServiceRequest extends ServiceRequest
  • Constructor Details

    • PulsarServiceRequest

      public PulsarServiceRequest()
  • Method Details

    • getMsgRateIn

      public double getMsgRateIn()
    • setMsgRateIn

      public void setMsgRateIn(double msgRateIn)
    • getMsgThroughputIn

      public double getMsgThroughputIn()
    • setMsgThroughputIn

      public void setMsgThroughputIn(double msgThroughputIn)
    • getMsgRateOut

      public double getMsgRateOut()
    • setMsgRateOut

      public void setMsgRateOut(double msgRateOut)
    • getGetMsgThroughputOut

      public double getGetMsgThroughputOut()
    • setGetMsgThroughputOut

      public void setGetMsgThroughputOut(double getMsgThroughputOut)
    • getMsgBacklog

      public long getMsgBacklog()
    • setMsgBacklog

      public void setMsgBacklog(long msgBacklog)
    • getTotalProducers

      public long getTotalProducers()
    • setTotalProducers

      public void setTotalProducers(long totalProducers)
    • getActiveSubscribers

      public long getActiveSubscribers()
    • setActiveSubscribers

      public void setActiveSubscribers(long activeSubscribers)
    • getTotalSubscribers

      public long getTotalSubscribers()
    • setTotalSubscribers

      public void setTotalSubscribers(long totalSubscribers)
    • getTotalQueues

      public long getTotalQueues()
    • setTotalQueues

      public void setTotalQueues(long totalQueues)
    • getTotalTopics

      public long getTotalTopics()
    • setTotalTopics

      public void setTotalTopics(long totalTopics)