Class MetricsGenerator


  • public class MetricsGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricsGenerator​(java.util.concurrent.ScheduledExecutorService executor, org.apache.pulsar.functions.worker.WorkerConfig workerConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.apache.pulsar.common.stats.Metrics> generate()  
      • Methods inherited from class java.lang.Object

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

      • MetricsGenerator

        public MetricsGenerator​(java.util.concurrent.ScheduledExecutorService executor,
                                org.apache.pulsar.functions.worker.WorkerConfig workerConfig)
    • Method Detail

      • generate

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