Class TableSample
java.lang.Object
org.apache.jmeter.visualizers.TableSample
- All Implemented Interfaces:
Serializable, Comparable<TableSample>
Class to hold data for the TableVisualiser.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.for unit test code onlyTableSample(long totalSamples, int sampleCount, long startTime, String threadName, String label, long elapsed, boolean success, long bytes, long latency, long connect) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanlonggetBytes()longlonggetLabel()longlonggetStartTimeFormatted(Format format) inthashCode()boolean
-
Constructor Details
-
TableSample
Deprecated.for unit test code only -
TableSample
-
-
Method Details
-
getBytes
public long getBytes() -
getSampleNumberString
-
getElapsed
public long getElapsed() -
isSuccess
public boolean isSuccess() -
getStartTime
public long getStartTime() -
getStartTimeFormatted
-
getThreadName
-
getLabel
-
compareTo
- Specified by:
compareToin interfaceComparable<TableSample>
-
equals
-
hashCode
-
getLatency
public long getLatency()- Returns:
- the latency
-
getConnectTime
public long getConnectTime()- Returns:
- the conneect time
-