Class GarbageCollectionMetrics


  • public class GarbageCollectionMetrics
    extends java.lang.Object
    Author:
    ollivir
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.time.Duration REPORTING_INTERVAL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void emitMetrics​(com.yahoo.jdisc.Metric metric)  
      • Methods inherited from class java.lang.Object

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

      • REPORTING_INTERVAL

        public static final java.time.Duration REPORTING_INTERVAL
    • Constructor Detail

      • GarbageCollectionMetrics

        public GarbageCollectionMetrics​(java.time.Clock clock)
    • Method Detail

      • emitMetrics

        public void emitMetrics​(com.yahoo.jdisc.Metric metric)