public class CpuStat extends BasePojo implements TimeStampedPojo
Modifier and Type | Field and Description |
---|---|
static double |
INVALID_LOAD |
Constructor and Description |
---|
CpuStat() |
CpuStat(long timestamp,
double[] perProcessorUsage) |
Modifier and Type | Method and Description |
---|---|
double[] |
getPerProcessorUsage() |
long |
getTimeStamp() |
void |
setPerProcessorUsage(double[] perProcessorUsage) |
void |
setTimeStamp(long timeStamp) |
equals, getAgentId, hashCode, setAgentId
public static final double INVALID_LOAD
public CpuStat()
public CpuStat(long timestamp, double[] perProcessorUsage)
public double[] getPerProcessorUsage()
public void setPerProcessorUsage(double[] perProcessorUsage)
public long getTimeStamp()
getTimeStamp
in interface TimeStampedPojo
public void setTimeStamp(long timeStamp)
Copyright © 2014. All rights reserved.