public abstract class AbstractThreadMetric extends Object implements ThreadMetric
Constructor and Description |
---|
AbstractThreadMetric(String name,
javax.measure.Unit<?> unit,
String counterSuffix,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getCounterSuffix() |
String |
getDescription() |
String |
getMetricName() |
javax.measure.Unit<?> |
getUnit() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValueForThread
public String getMetricName()
getMetricName
in interface ThreadMetric
public javax.measure.Unit<?> getUnit()
getUnit
in interface ThreadMetric
public String getCounterSuffix()
getCounterSuffix
in interface ThreadMetric
public String getDescription()
getDescription
in interface ThreadMetric
Copyright © 2009-2018 Performance Co-Pilot. All Rights Reserved.