public class HostCpuInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
long |
hz |
short |
numCpuCores |
short |
numCpuPackages |
short |
numCpuThreads |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostCpuInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getHz() |
short |
getNumCpuCores() |
short |
getNumCpuPackages() |
short |
getNumCpuThreads() |
void |
setHz(long hz) |
void |
setNumCpuCores(short numCpuCores) |
void |
setNumCpuPackages(short numCpuPackages) |
void |
setNumCpuThreads(short numCpuThreads) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic short numCpuPackages
public short numCpuCores
public short numCpuThreads
public long hz
public short getNumCpuPackages()
public short getNumCpuCores()
public short getNumCpuThreads()
public long getHz()
public void setNumCpuPackages(short numCpuPackages)
public void setNumCpuCores(short numCpuCores)
public void setNumCpuThreads(short numCpuThreads)
public void setHz(long hz)
Copyright © 2011-2012. All Rights Reserved.