|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.visualizers.GraphModel
Title: Apache JMeter Description: Copyright: Copyright (c) 2000 Company: Apache Foundation
Constructor Summary | |
GraphModel()
Constructor for the GraphModel object |
Method Summary | |
void |
addGraphListener(GraphListener listener)
Adds a feature to the ModelListener attribute of the GraphModel object |
protected Sample |
addNewSample(long sample,
long timeStamp,
boolean success)
Adds a feature to the NewSample attribute of the GraphModel object |
Sample |
addSample(SampleResult e)
Adds a feature to the Sample attribute of the GraphModel object |
void |
clear()
Description of the Method |
protected void |
fireDataChanged()
Description of the Method |
long |
getCurrentAverage()
Gets the CurrentAverage attribute of the GraphModel object |
long |
getCurrentData()
Gets the CurrentData attribute of the GraphModel object |
long |
getCurrentDeviation()
Gets the CurrentDeviation attribute of the GraphModel object |
long |
getCurrentMedian()
|
float |
getCurrentThroughput()
|
long |
getGraphMax()
|
Class |
getGuiClass()
Gets the GuiClass attribute of the GraphModel object |
long |
getMaxSample()
Gets the Max attribute of the GraphModel object |
String |
getName()
Gets the Name attribute of the GraphModel object |
int |
getSampleCount()
Gets the SampleCount attribute of the GraphModel object |
List |
getSamples()
Gets the Samples attribute of the GraphModel object |
int |
getThroughputMax()
|
protected void |
quickUpdate(Sample s)
Description of the Method |
void |
setName(String name)
Sets the Name attribute of the GraphModel object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphModel()
Method Detail |
public void setName(String name)
name
- The new Name valuepublic long getCurrentData()
public long getCurrentAverage()
public long getCurrentMedian()
public long getCurrentDeviation()
public float getCurrentThroughput()
public int getSampleCount()
public List getSamples()
public Class getGuiClass()
public String getName()
public long getMaxSample()
public long getGraphMax()
public int getThroughputMax()
public void addGraphListener(GraphListener listener)
public Sample addSample(SampleResult e)
e
- The feature to be added to the Sample attribute
public void clear()
clear
in interface Clearable
protected void fireDataChanged()
protected void quickUpdate(Sample s)
s
- Description of Parameterprotected Sample addNewSample(long sample, long timeStamp, boolean success)
sample
- The feature to be added to the NewSample attribute
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |