Package ai.vespa.feed.client
Class OperationStats.Response
java.lang.Object
ai.vespa.feed.client.OperationStats.Response
- Enclosing class:
- OperationStats
-
Constructor Summary
ConstructorsConstructorDescriptionResponse(long count, long totalLatencyMillis, long averageLatencyMillis, long minLatencyMillis, long maxLatencyMillis, long bytesReceived, double rate) -
Method Summary
-
Constructor Details
-
Response
public Response(long count, long totalLatencyMillis, long averageLatencyMillis, long minLatencyMillis, long maxLatencyMillis, long bytesReceived, double rate)
-
-
Method Details