public class Sample extends Object implements Serializable, Comparable<Sample>
Constructor and Description |
---|
Sample() |
Sample(String name,
long data,
long average,
long deviation,
long median,
long distributionLine,
double throughput,
long errorCount,
boolean success,
long num,
long endTime) |
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) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Sample otherSample) |
boolean |
equals(Object o) |
long |
getAverage() |
int |
getBytes() |
long |
getCount() |
long |
getData() |
long |
getDeviation() |
long |
getDistributionLine() |
long |
getEndTime() |
long |
getErrorCount() |
String |
getLabel() |
long |
getMedian() |
long |
getStartTime() |
String |
getStartTimeFormatted(Format format) |
String |
getThreadName() |
double |
getThroughput() |
int |
hashCode() |
boolean |
isSuccess() |
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, String threadName)
public Sample()
public int getBytes()
public long getAverage()
public long getCount()
public long getData()
public long getDeviation()
public long getDistributionLine()
public boolean isSuccess()
public long getErrorCount()
public String getLabel()
public String getThreadName()
public long getMedian()
public double getThroughput()
public int compareTo(Sample otherSample)
compareTo
in interface Comparable<Sample>
public long getEndTime()
public long getStartTime()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.