org.libvirt

Class MemoryStatistic

public class MemoryStatistic extends Object

Field Summary
protected inttag
protected longval
Constructor Summary
MemoryStatistic(virDomainMemoryStats stat)
Method Summary
intgetTag()
longgetValue()
voidsetTag(int tag)
voidsetValue(long val)

Field Detail

tag

protected int tag

val

protected long val

Constructor Detail

MemoryStatistic

public MemoryStatistic(virDomainMemoryStats stat)

Method Detail

getTag

public int getTag()

getValue

public long getValue()

setTag

public void setTag(int tag)

setValue

public void setValue(long val)