public class CpuStat extends Object implements TimeStampedPojo
| Modifier and Type | Field and Description |
|---|---|
static double |
INVALID_LOAD |
| Constructor and Description |
|---|
CpuStat() |
CpuStat(long timestamp,
List<Double> perProcessorUsage) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getPerProcessorUsage() |
long |
getTimeStamp() |
void |
setPerProcessorUsage(List<Double> perProcessorUsage) |
void |
setTimeStamp(long timeStamp) |
public static final double INVALID_LOAD
public long getTimeStamp()
getTimeStamp in interface TimeStampedPojopublic void setTimeStamp(long timeStamp)
Copyright © 2012. All Rights Reserved.