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
ConstructorsConstructorDescriptionDeprecated.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 TypeMethodDescriptionintbooleanlonggetBytes()longlonggetLabel()longlonglonggetStartTimeFormatted(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
- 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:
 compareToin 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
 
 
 -