Class SplineModel
java.lang.Object
org.apache.jmeter.visualizers.SplineModel
- All Implemented Interfaces:
Clearable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprotected intprotected intprotected final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SampleResult sampleResult) voidClears the current data of the object.longlonglonglonggetName()longlonggetSample(int i) booleanvoidsetListener(GraphListener vis) voidvoid
-
Field Details
-
DEFAULT_NUMBER_OF_NODES
public static final int DEFAULT_NUMBER_OF_NODES- See Also:
-
DEFAULT_REFRESH_PERIOD
public static final int DEFAULT_REFRESH_PERIOD- See Also:
-
SHOW_INCOMING_SAMPLES
protected final boolean SHOW_INCOMING_SAMPLES- See Also:
-
numberOfNodes
protected int numberOfNodes -
refreshPeriod
protected int refreshPeriod
-
-
Constructor Details
-
SplineModel
public SplineModel()
-
-
Method Details
-
setListener
-
setName
-
isEditable
public boolean isEditable() -
getDataCurve
-
getMinimum
public long getMinimum() -
getMaximum
public long getMaximum() -
getAverage
public long getAverage() -
getCurrent
public long getCurrent() -
getSample
public long getSample(int i) -
getNumberOfCollectedSamples
public long getNumberOfCollectedSamples() -
getName
-
uncompile
public void uncompile() -
clearData
-
add
-