Class MetricManager

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.metrics.simple.MetricManager
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<MetricReceiver>, 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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 Details

  • Method Details

    • deconstruct

      public void deconstruct()
      Specified by:
      deconstruct in interface com.yahoo.component.Deconstructable
      Overrides:
      deconstruct in class com.yahoo.component.AbstractComponent
    • get

      public MetricReceiver get()
      Specified by:
      get in interface com.yahoo.container.di.componentgraph.Provider<MetricReceiver>