|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.VcpuInfo
public class VcpuInfo
Stats about a cpu.
Nested Class Summary | |
---|---|
static class |
VcpuInfo.VcpuState
|
Field Summary | |
---|---|
int |
cpu
|
long |
cpuTime
|
int |
number
|
VcpuInfo.VcpuState |
state
|
Constructor Summary | |
---|---|
VcpuInfo()
|
|
VcpuInfo(virVcpuInfo vVcpu)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int number
public VcpuInfo.VcpuState state
public long cpuTime
public int cpu
Constructor Detail |
---|
public VcpuInfo()
public VcpuInfo(virVcpuInfo vVcpu)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |