public static interface StatsProvider.RequestTimer
| Modifier and Type | Method and Description |
|---|---|
void |
incErrors()
Accumulates the error counter and the request counter.
|
void |
incReconnects()
Accumulates the reconnect counter.
|
void |
incTimeouts()
Accumulates the timeout counter.
|
void |
requestComplete(long latencyMicros)
Accumulates a request and its latency.
|
void requestComplete(long latencyMicros)
latencyMicros - The elapsed time required to complete the request.void incErrors()
void incReconnects()
void incTimeouts()