public class Metrics
extends java.lang.Object
| Constructor and Description |
|---|
Metrics() |
| Modifier and Type | Method and Description |
|---|---|
double |
getEndTime() |
long |
getEndTimeMillis() |
double |
getErrorCountRate() |
long |
getErrorCountTotal() |
double |
getMsgBytesRate() |
long |
getMsgBytesTotal() |
double |
getMsgCountRate() |
long |
getMsgCountTotal() |
double |
getMsgSizeAvg() |
long |
getMsgSizeMax() |
long |
getMsgSizeMin() |
java.lang.Object |
getRaw() |
double |
getStartTime() |
long |
getStartTimeMillis() |
double |
getTime() |
long |
getTimeMillis() |
void |
setEndTimeMillis(long endTimeMillis) |
void |
setErrorCountTotal(long errorCountTotal) |
void |
setMsgBytesTotal(long msgBytesTotal) |
void |
setMsgCountTotal(long msgCountTotal) |
void |
setMsgSizeMax(long msgSizeMax) |
void |
setMsgSizeMin(long msgSizeMin) |
void |
setRaw(java.lang.Object raw) |
void |
setStartTimeMillis(long startTimeMillis) |
java.lang.String |
toString() |
public double getStartTime()
public double getEndTime()
public double getTime()
public long getTimeMillis()
public double getMsgCountRate()
public double getMsgBytesRate()
public double getMsgSizeAvg()
public double getErrorCountRate()
public java.lang.String toString()
toString in class java.lang.Objectpublic long getStartTimeMillis()
public void setStartTimeMillis(long startTimeMillis)
public long getEndTimeMillis()
public void setEndTimeMillis(long endTimeMillis)
public long getMsgCountTotal()
public void setMsgCountTotal(long msgCountTotal)
public long getMsgBytesTotal()
public void setMsgBytesTotal(long msgBytesTotal)
public long getMsgSizeMin()
public void setMsgSizeMin(long msgSizeMin)
public long getMsgSizeMax()
public void setMsgSizeMax(long msgSizeMax)
public long getErrorCountTotal()
public void setErrorCountTotal(long errorCountTotal)
public java.lang.Object getRaw()
public void setRaw(java.lang.Object raw)