Class ProxyStats


  • public class ProxyStats
    extends java.lang.Object
    It periodically generates stats metrics of proxy service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate()
      generates stats-metrics of proxy service and updates metricsCollection cache with latest stats.
      java.util.List<org.apache.pulsar.common.stats.Metrics> getMetrics()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • generate

        public void generate()
        generates stats-metrics of proxy service and updates metricsCollection cache with latest stats.
      • getMetrics

        public java.util.List<org.apache.pulsar.common.stats.Metrics> getMetrics()