Package org.apache.jmeter.visualizers
Class SplineModel
java.lang.Object
org.apache.jmeter.visualizers.SplineModel
- All Implemented Interfaces:
Clearable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
protected int
protected int
protected final boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SampleResult sampleResult) void
Clears the current data of the object.long
long
long
long
getName()
long
long
getSample
(int i) boolean
void
setListener
(GraphListener vis) void
void
-
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
public void clearData()Description copied from interface:Clearable
Clears the current data of the object. -
add
-