| java.lang.Object org.apache.jmeter.visualizers.Sample
Constructor Summary | |
public | Sample(long data, long average, long deviation, double throughput, long median, boolean success) | public | Sample(long data) | public | Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime) | public | Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime, int bytes) | public | Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime, int bytes, String threadName) | public | Sample() |
Sample | public Sample(long data, long average, long deviation, double throughput, long median, boolean success)(Code) | | |
Sample | public Sample(long data)(Code) | | |
Sample | public Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime)(Code) | | |
Sample | public Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime, int bytes)(Code) | | |
Sample | public Sample(String name, long data, long average, long deviation, long median, long distributionLine, double throughput, long errorCount, boolean success, long num, long endTime, int bytes, String threadName)(Code) | | |
getAverage | public long getAverage()(Code) | | Returns the average. |
getBytes | public int getBytes()(Code) | | |
getCount | public long getCount()(Code) | | Returns the count. |
getData | public long getData()(Code) | | Returns the data (usually elapsed time) |
getDeviation | public long getDeviation()(Code) | | Returns the deviation. |
getDistributionLine | public long getDistributionLine()(Code) | | Returns the distributionLine. |
getEndTime | public long getEndTime()(Code) | | Returns the endTime. |
getErrorCount | public long getErrorCount()(Code) | | Returns the errorRate. |
getMedian | public long getMedian()(Code) | | Returns the median. |
getStartTime | public long getStartTime()(Code) | | Returns the (calculated) startTime, assuming Data is the elapsed time. |
getStartTimeFormatted | public String getStartTimeFormatted(Format format)(Code) | | the start time using the specified formatIntended for use from Functors |
getThreadName | public String getThreadName()(Code) | | Returns the threadName. |
getThroughput | public double getThroughput()(Code) | | Returns the throughput. |
isSuccess | public boolean isSuccess()(Code) | | Returns the error. |
|
|