public class CpuMapValue extends AbstractValue<ResourceContent>
AbstractValue.TimeDataPair<Sign,Data>
Constructor and Description |
---|
CpuMapValue(long timestamp,
long interval,
java.lang.Double totalUtilization,
java.lang.Double nice,
java.lang.Double idle,
java.lang.Double wait,
java.lang.Double irq) |
CpuMapValue(long timestamp,
ResourceContent content) |
Modifier and Type | Method and Description |
---|---|
CpuMapValue |
enhance(long timestamp,
ResourceContent content)
This method enhances information that shares the same CpuMapKey.
|
java.util.ArrayList<AbstractValue.TimeDataPair<java.lang.Long,ResourceContent>> |
getExecutionTimeArrayList()
This method returns an array of type Long including all execution times.
|
java.lang.String |
toString() |
clearAll, getArrayList, getCurrentData, getCurrentTimestamp, put
public CpuMapValue(long timestamp, long interval, java.lang.Double totalUtilization, java.lang.Double nice, java.lang.Double idle, java.lang.Double wait, java.lang.Double irq)
public CpuMapValue(long timestamp, ResourceContent content)
public CpuMapValue enhance(long timestamp, ResourceContent content)
executionTime
- describes the term from start to termination of the Cpupublic java.util.ArrayList<AbstractValue.TimeDataPair<java.lang.Long,ResourceContent>> getExecutionTimeArrayList()
public java.lang.String toString()
toString
in class java.lang.Object