|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.libvirt.NodeInfo
public class NodeInfo
Node data from libvirt.
Field Summary | |
---|---|
int |
cores
number of core per socket |
int |
cpus
the number of active CPUs |
long |
memory
memory size in kilobytes |
int |
mhz
expected CPU frequency |
java.lang.String |
model
string indicating the CPU model |
int |
nodes
the number of NUMA cell, 1 for uniform |
int |
sockets
number of CPU socket per node |
int |
threads
number of threads per core |
Constructor Summary | |
---|---|
NodeInfo()
|
|
NodeInfo(virNodeInfo vInfo)
|
Method Summary | |
---|---|
int |
maxCpus()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String model
public long memory
public int cpus
public int mhz
public int nodes
public int sockets
public int cores
public int threads
Constructor Detail |
---|
public NodeInfo()
public NodeInfo(virNodeInfo vInfo)
Method Detail |
---|
public int maxCpus()
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 |