|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.appl.hypervisor.CachedDomain
public class CachedDomain
The cached data for a libvirt Domain.
Constructor Summary | |
---|---|
CachedDomain()
|
Method Summary | |
---|---|
int |
getID()
Get the ID. |
org.libvirt.DomainInfo |
getInfo()
Get the DomainInfo info for a Domain. |
long |
getMaxMemory()
Get the maximum amount of memory for a Domain. |
int |
getMaxVirtualCPUs()
Get the maximum no. |
java.lang.String |
getName()
Get the name of a Domain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedDomain()
Method Detail |
---|
public int getID()
public java.lang.String getName()
public long getMaxMemory()
public int getMaxVirtualCPUs()
public org.libvirt.DomainInfo getInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |