public class SamplingStatistic extends Object
Constructor and Description |
---|
SamplingStatistic() |
Modifier and Type | Method and Description |
---|---|
long |
getErrorCount() |
float |
getErrorPct() |
double |
getMaxResTime() |
double |
getMeanResTime() |
double |
getMedianResTime() |
double |
getMinResTime() |
double |
getPct1ResTime() |
double |
getPct2ResTime() |
double |
getPct3ResTime() |
double |
getReceivedKBytesPerSec() |
long |
getSampleCount() |
double |
getSentKBytesPerSec() |
double |
getThroughput() |
String |
getTransaction() |
void |
setErrorCount(long errorCount) |
void |
setErrorPct(float errorPct) |
void |
setMaxResTime(double maxResTime) |
void |
setMeanResTime(double meanResTime) |
void |
setMedianResTime(double medianResTime) |
void |
setMinResTime(double minResTime) |
void |
setPct1ResTime(double pct1ResTime) |
void |
setPct2ResTime(double pct2ResTime) |
void |
setPct3ResTime(double pct3ResTime) |
void |
setReceivedKBytesPerSec(double receivedKBytesPerSec) |
void |
setSampleCount(long sampleCount) |
void |
setSentKBytesPerSec(double sentKBytesPerSec) |
void |
setThroughput(double throughput) |
void |
setTransaction(String transaction) |
public String getTransaction()
public void setTransaction(String transaction)
transaction
- the transaction to setpublic long getSampleCount()
public void setSampleCount(long sampleCount)
sampleCount
- the sampleCount to setpublic long getErrorCount()
public void setErrorCount(long errorCount)
errorCount
- the errorCount to setpublic float getErrorPct()
public void setErrorPct(float errorPct)
errorPct
- the errorPct to setpublic double getMeanResTime()
public void setMeanResTime(double meanResTime)
meanResTime
- the meanResTime to setpublic double getMedianResTime()
public void setMedianResTime(double medianResTime)
medianResTime
- the meanResTime to setpublic double getMinResTime()
public void setMinResTime(double minResTime)
minResTime
- the minResTime to setpublic double getMaxResTime()
public void setMaxResTime(double maxResTime)
maxResTime
- the maxResTime to setpublic double getPct1ResTime()
public void setPct1ResTime(double pct1ResTime)
pct1ResTime
- the pct1ResTime to setpublic double getPct2ResTime()
public void setPct2ResTime(double pct2ResTime)
pct2ResTime
- the pct2ResTime to setpublic double getPct3ResTime()
public void setPct3ResTime(double pct3ResTime)
pct3ResTime
- the pct3ResTime to setpublic double getThroughput()
public void setThroughput(double throughput)
throughput
- the throughput to setpublic double getReceivedKBytesPerSec()
public void setReceivedKBytesPerSec(double receivedKBytesPerSec)
receivedKBytesPerSec
- the receivedKBytesPerSec to setpublic double getSentKBytesPerSec()
public void setSentKBytesPerSec(double sentKBytesPerSec)
sentKBytesPerSec
- the sentKBytesPerSec to setCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.