Uses of Class
io.airlift.http.server.DoubleSummaryStats
Packages that use DoubleSummaryStats
-
Uses of DoubleSummaryStats in io.airlift.http.server
Methods in io.airlift.http.server that return DoubleSummaryStatsMethods in io.airlift.http.server with parameters of type DoubleSummaryStatsModifier and TypeMethodDescriptionstatic HttpRequestEventHttpRequestEvent.createHttpRequestEvent(org.eclipse.jetty.server.Request request, org.eclipse.jetty.server.Response response, TraceTokenManager traceTokenManager, long currentTimeInMillis, long beginToDispatchMillis, long beginToEndMillis, long firstToLastContentTimeInMillis, DoubleSummaryStats responseContentInterarrivalStats) Constructors in io.airlift.http.server with parameters of type DoubleSummaryStatsModifierConstructorDescriptionHttpRequestEvent(Instant timeStamp, String traceToken, String clientAddress, String protocol, String method, String requestUri, String user, String agent, String referrer, long requestSize, String requestContentType, long responseSize, int responseCode, String responseContentType, long timeToDispatch, Long timeToFirstByte, long timeToLastByte, long beginToDispatchMillis, long beginToEndMillis, long firstToLastContentTimeInMillis, DoubleSummaryStats responseContentInterarrivalStats, String protocolVersion)