public class ResponseStatsDataPoint extends HistogramDataPoint
| Constructor and Description |
|---|
ResponseStatsDataPoint()
Constructor.
|
ResponseStatsDataPoint(String label,
long total,
long failures,
long errors)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getErrors() |
long |
getFailures() |
long |
getTotal() |
void |
setErrors(long errors) |
void |
setFailures(long failures) |
void |
setTotal(long total) |
getLabel, setLabelpublic ResponseStatsDataPoint()
public ResponseStatsDataPoint(String label, long total, long failures, long errors)
label - total - failures - errors - public long getTotal()
public void setTotal(long total)
total - the total to setpublic long getFailures()
public void setFailures(long failures)
failures - the failures to setpublic long getErrors()
public void setErrors(long errors)
errors - the errors to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.