Package org.apache.jmeter.monitor.model
Class MemoryImpl
- java.lang.Object
-
- org.apache.jmeter.monitor.model.MemoryImpl
-
-
Constructor Summary
Constructors Constructor Description MemoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetFree()longgetMax()longgetTotal()voidsetFree(long value)voidsetMax(long value)voidsetTotal(long value)
-