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 SummaryConstructorsConstructorDescriptionDeprecated.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 SummaryModifier and TypeMethodDescriptionintbooleanlonggetBytes()longlonggetLabel()longlonglonggetStartTimeFormatted(Format format) inthashCode()boolean
- 
Constructor Details- 
TableSampleDeprecated.for unit test code only
- 
TableSample
 
- 
- 
Method Details- 
getBytespublic long getBytes()
- 
getSampleNumberString
- 
getElapsedpublic long getElapsed()
- 
isSuccesspublic boolean isSuccess()
- 
getStartTimepublic 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 interface- Comparable<TableSample>
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getLatencypublic long getLatency()- Returns:
- the latency
 
- 
getConnectTimepublic long getConnectTime()- Returns:
- the connect time
 
- 
getSentBytespublic long getSentBytes()- Returns:
- the sentBytes
 
 
-