Class MetricManager

  • All Implemented Interfaces:
    com.yahoo.component.Component, com.yahoo.container.di.componentgraph.Provider<MetricReceiver>, java.lang.Comparable<com.yahoo.component.Component>

    public class MetricManager
    extends com.yahoo.component.AbstractComponent
    implements com.yahoo.container.di.componentgraph.Provider<MetricReceiver>
    This is the coordinating class owning the executor and the top level objects for measured metrics.
    Author:
    Steinar Knutsen
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      MetricReceiver get()  
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
      • Methods inherited from class java.lang.Object

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

      • MetricManager

        public MetricManager​(ManagerConfig settings)
    • Method Detail

      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.container.di.componentgraph.Provider<MetricReceiver>
        Overrides:
        deconstruct in class com.yahoo.component.AbstractComponent