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, waitgetValueForThreadpublic String getMetricName()
getMetricName in interface ThreadMetricpublic javax.measure.Unit<?> getUnit()
getUnit in interface ThreadMetricpublic String getCounterSuffix()
getCounterSuffix in interface ThreadMetricpublic String getDescription()
getDescription in interface ThreadMetricCopyright © 2009–2019 Performance Co-Pilot. All rights reserved.