public class ThreadValueMetric extends AbstractThreadMetric
Modifier and Type | Field and Description |
---|---|
ThreadValue<? extends Number> |
source |
Constructor and Description |
---|
ThreadValueMetric(String name,
javax.measure.Unit<?> unit,
String counterSuffix,
String description,
ThreadValue<? extends Number> source) |
Modifier and Type | Method and Description |
---|---|
long |
getValueForThread(Thread t) |
getCounterSuffix, getDescription, getMetricName, getUnit, toString
public ThreadValue<? extends Number> source
public ThreadValueMetric(String name, javax.measure.Unit<?> unit, String counterSuffix, String description, ThreadValue<? extends Number> source)
public long getValueForThread(Thread t)
Copyright © 2009-2019 Performance Co-Pilot. All Rights Reserved.