public final class DefaultSystemInfo extends Object implements org.onosproject.cpman.SystemInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultSystemInfo.Builder
ControlMetricsSystemSpec builder class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
coreCount() |
int |
cpuCount() |
int |
cpuSpeed() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
int |
totalMemory() |
public int coreCount()
coreCount in interface org.onosproject.cpman.SystemInfopublic int cpuCount()
cpuCount in interface org.onosproject.cpman.SystemInfopublic int cpuSpeed()
cpuSpeed in interface org.onosproject.cpman.SystemInfopublic int totalMemory()
totalMemory in interface org.onosproject.cpman.SystemInfoCopyright © 2016. All rights reserved.