Package org.apache.jmeter.monitor.model
Class MemoryImpl
java.lang.Object
org.apache.jmeter.monitor.model.MemoryImpl
- All Implemented Interfaces:
Memory
- Version:
- $Revision: 1413262 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MemoryImpl
public MemoryImpl()
-
-
Method Details
-
getMax
public long getMax() -
setMax
public void setMax(long value) -
getFree
public long getFree() -
setFree
public void setFree(long value) -
getTotal
public long getTotal() -
setTotal
public void setTotal(long value)
-