|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.monitor.model.MemoryImpl
public class MemoryImpl
Constructor Summary | |
---|---|
MemoryImpl()
|
Method Summary | |
---|---|
long |
getFree()
|
long |
getMax()
|
long |
getTotal()
|
void |
setFree(long value)
|
void |
setMax(long value)
|
void |
setTotal(long value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryImpl()
Method Detail |
---|
public long getMax()
getMax
in interface Memory
public void setMax(long value)
setMax
in interface Memory
public long getFree()
getFree
in interface Memory
public void setFree(long value)
setFree
in interface Memory
public long getTotal()
getTotal
in interface Memory
public void setTotal(long value)
setTotal
in interface Memory
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |