protected class SinetStreamIO.IOMetrics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
endTimeMillis |
protected long |
errorCountTotal |
protected long |
msgBytesTotal |
protected long |
msgCountTotal |
protected long |
msgSizeMax |
protected long |
msgSizeMin |
protected long |
startTimeMillis |
| Constructor and Description |
|---|
IOMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
resetMetrics() |
java.lang.String |
toString() |
void |
updateMetrics(int len) |
void |
updateMetricsErr() |
protected long startTimeMillis
protected long endTimeMillis
protected long msgCountTotal
protected long msgBytesTotal
protected long msgSizeMin
protected long msgSizeMax
protected long errorCountTotal