Package com.linkedin.alpini.base.misc
Class Metrics
- java.lang.Object
-
- com.linkedin.alpini.base.misc.Metrics
-
public class Metrics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<MetricNames,TimeValue>getMetrics()<P> PgetPath()voidsetMetric(MetricNames name, TimeValue value)voidsetPath(java.lang.Object path)
-
-
-
Method Detail
-
getMetrics
public java.util.Map<MetricNames,TimeValue> getMetrics()
-
setMetric
public void setMetric(MetricNames name, TimeValue value)
-
setPath
public void setPath(java.lang.Object path)
-
getPath
public <P> P getPath()
-
-