public class MemoryStatsDecorator extends AbstractDecorator
| Constructor and Description |
|---|
MemoryStatsDecorator()
Creates a new memory stats decorator.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatValueAO> |
getValues(IStats statsObject,
java.lang.String interval,
TimeUnit unit)
Returns transformed stats for incoming stats object.
|
compareTo, getCaptions, getExplanation, getNamepublic MemoryStatsDecorator()
public java.util.List<StatValueAO> getValues(IStats statsObject, java.lang.String interval, TimeUnit unit)
IDecoratorstatsObject - stats to decorate.interval - the selected interval.unit - the selected time unit.Copyright © 2010-2020 anotheria.net. All Rights Reserved.