public static final class DefaultSystemInfo.Builder extends Object implements org.onosproject.cpman.SystemInfo.Builder
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DefaultSystemInfo |
build() |
DefaultSystemInfo.Builder |
cpuSpeed(int cpuSpeedMhz) |
org.onosproject.cpman.SystemInfo.Builder |
numOfCores(int numOfCores) |
DefaultSystemInfo.Builder |
numOfCpus(int numOfCpus) |
DefaultSystemInfo.Builder |
totalMemory(int totalMemoryBytes) |
public org.onosproject.cpman.SystemInfo.Builder numOfCores(int numOfCores)
numOfCores in interface org.onosproject.cpman.SystemInfo.Builderpublic DefaultSystemInfo.Builder numOfCpus(int numOfCpus)
numOfCpus in interface org.onosproject.cpman.SystemInfo.Builderpublic DefaultSystemInfo.Builder cpuSpeed(int cpuSpeedMhz)
cpuSpeed in interface org.onosproject.cpman.SystemInfo.Builderpublic DefaultSystemInfo.Builder totalMemory(int totalMemoryBytes)
totalMemory in interface org.onosproject.cpman.SystemInfo.Builderpublic DefaultSystemInfo build()
build in interface org.onosproject.cpman.SystemInfo.BuilderCopyright © 2016. All rights reserved.