Package org.libvirt
Class MemoryStatistic
- java.lang.Object
-
- org.libvirt.MemoryStatistic
-
public class MemoryStatistic extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MemoryStatistic(virDomainMemoryStats stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getTag()
long
getValue()
void
setTag(int tag)
void
setValue(long val)
java.lang.String
toString()
-
-
-
Constructor Detail
-
MemoryStatistic
public MemoryStatistic(virDomainMemoryStats stat)
-
-