org.apache.jmeter.monitor.model

Interface Memory

Known Implementing Classes:
MemoryImpl

public interface Memory

Version:
$Revision: 674365 $

Method Summary

long
getFree()
long
getMax()
long
getTotal()
void
setFree(long value)
void
setMax(long value)
void
setTotal(long value)

Method Details

getFree

public long getFree()

getMax

public long getMax()

getTotal

public long getTotal()

setFree

public void setFree(long value)

setMax

public void setMax(long value)

setTotal

public void setTotal(long value)

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.