public class RuntimeStatsDecorator extends AbstractDecorator
MB| Constructor and Description |
|---|
RuntimeStatsDecorator() |
RuntimeStatsDecorator(String aName) |
| Modifier and Type | Method and Description |
|---|---|
List<StatValueAO> |
getValues(IStats statsObject,
String interval,
TimeUnit unit)
Returns transformed stats for incoming stats object.
|
compareTo, getCaptions, getExplanation, getNamepublic RuntimeStatsDecorator()
public RuntimeStatsDecorator(String aName)
public List<StatValueAO> getValues(IStats statsObject, String interval, TimeUnit unit)
IDecoratorstatsObject - stats to decorate.interval - the selected interval.unit - the selected time unit.Copyright © 2010-2015 anotheria.net. All Rights Reserved.