public class OSStatsDecorator extends AbstractDecorator
MB| Constructor and Description |
|---|
OSStatsDecorator() |
OSStatsDecorator(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 OSStatsDecorator()
public OSStatsDecorator(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.