Package org.apache.jmeter.visualizers
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
ConstructorDescriptionDeprecated.for unit test code onlyTableSample
(long totalSamples, int sampleCount, long startTime, String threadName, String label, long elapsed, boolean success, long bytes, long sentBytes, long latency, long connect) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
long
getBytes()
long
long
getLabel()
long
long
long
getStartTimeFormatted
(Format format) int
hashCode()
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
- Parameters:
format
- the format to be used on the time- Returns:
- the start time using the specified format Intended for use from Functors
-
getThreadName
-
getLabel
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TableSample>
-
equals
-
hashCode
public int hashCode() -
getLatency
public long getLatency()- Returns:
- the latency
-
getConnectTime
public long getConnectTime()- Returns:
- the connect time
-
getSentBytes
public long getSentBytes()- Returns:
- the sentBytes
-