| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static CpuUsage |
CpuUsage.clone(IMCMessage msg) |
static CpuUsage |
CpuUsage.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
CpuUsage |
ImcSysState.lastCpuUsage()
Retrieve the last
CpuUsage or null if no message of that type was received yet. |
CpuUsage |
ImcSysState.lastCpuUsage(java.lang.String entityName)
Retrieve the last
CpuUsage generated by the given entityName or null if no such message was received yet. |
CpuUsage |
ImcSysState.pollCpuUsage(long timeoutMillis)
Wait and retrieve the next
CpuUsage. |
CpuUsage |
ImcSysState.pollCpuUsage(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
CpuUsage generated by given entity. |