Package com.yahoo.metrics.simple
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
-
Method Summary
Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Constructor Details
-
MetricManager
-
-
Method Details
-
deconstruct
public void deconstruct()- Specified by:
deconstruct
in interfacecom.yahoo.component.Deconstructable
- Overrides:
deconstruct
in classcom.yahoo.component.AbstractComponent
-
get
- Specified by:
get
in interfacecom.yahoo.container.di.componentgraph.Provider<MetricReceiver>
-