| Modifier and Type | Method and Description |
|---|---|
void |
onDropped()
The request failed and was dropped due to being rejected by an external limit or hitting
a timeout.
|
void |
onIgnore()
The operation failed before any meaningful RTT measurement could be made and should
be ignored to not introduce an artificially low RTT
|
void |
onSuccess()
Notification that the operation succeeded and internally measured latency should be
used as an RTT sample
|
void onSuccess()
void onIgnore()
void onDropped()
Limit implementations will likely do an aggressive
reducing in limit when this happens.