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 TimeStampedPojo
public void setTimeStamp(long timeStamp)
Copyright © 2013. All Rights Reserved.