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 intgetTag()longgetValue()voidsetTag(int tag)voidsetValue(long val)java.lang.StringtoString()
-
-
-
Constructor Detail
-
MemoryStatistic
public MemoryStatistic(virDomainMemoryStats stat)
-
-