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 long
getFree()
long
getMax()
long
getTotal()
void
setFree(long value)
void
setMax(long value)
void
setTotal(long value)
-