Package org.apache.jmeter.monitor.model
Interface Memory
-
- All Known Implementing Classes:
MemoryImpl
public interface Memory- Version:
- $Revision: 674365 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFree()longgetMax()longgetTotal()voidsetFree(long value)voidsetMax(long value)voidsetTotal(long value)
-