public interface RequestTracker<T>
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
RequestTracker.RequestResult |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
requestResult(T key,
RequestTracker.RequestResult result,
long requestTimeNanos)
Informs the tracker of a completed request.
|
void requestResult(T key, RequestTracker.RequestResult result, long requestTimeNanos)
key - Key to identify the owner of the request.result - Result of the request.requestTimeNanos - Time duration spent waiting for the request to complete.Copyright © 2015 Baifendian Corporation. All rights reserved.