Uses of Class
ai.vespa.feed.client.OperationStats.Response
-
Uses of OperationStats.Response in ai.vespa.feed.client
Methods in ai.vespa.feed.client that return types with arguments of type OperationStats.ResponseModifier and TypeMethodDescriptionOperationStats.response(int code) Statistics for the given code.OperationStats.statsByCode()Statistics per response code.Constructor parameters in ai.vespa.feed.client with type arguments of type OperationStats.ResponseModifierConstructorDescriptionOperationStats(double duration, long requests, long exceptions, long inflight, long targetInFlight, long bytesSent, long averageLatencyMillis, long minLatencyMillis, long maxLatencyMillis, Map<Integer, OperationStats.Response> statsByCode)