Uses of Class
com.google.apphosting.runtime.TraceWriter
Packages that use TraceWriter
-
Uses of TraceWriter in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return TraceWriterModifier and TypeMethodDescriptionApiProxyImpl.EnvironmentImpl.getTraceWriter()static @Nullable TraceWriterTraceWriter.getTraceWriterForRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) static @Nullable TraceWriterTraceWriter.getTraceWriterForRequest(RequestAPIData request, ResponseAPIData response) Methods in com.google.apphosting.runtime with parameters of type TraceWriterModifier and TypeMethodDescriptionApiProxyImpl.createEnvironment(AppVersion appVersion, com.google.apphosting.base.protos.RuntimePb.UPRequest request, MutableUpResponse response, @Nullable TraceWriter traceWriter, CpuRatioTimer requestTimer, String requestId, List<Future<?>> asyncFutures, Semaphore outstandingApiRpcSemaphore, ThreadGroup requestThreadGroup, RequestState requestState, @Nullable Long millisUntilSoftDeadline) ApiProxyImpl.createEnvironment(AppVersion appVersion, RequestAPIData request, ResponseAPIData response, @Nullable TraceWriter traceWriter, CpuRatioTimer requestTimer, String requestId, List<Future<?>> asyncFutures, Semaphore outstandingApiRpcSemaphore, ThreadGroup requestThreadGroup, RequestState requestState, @Nullable Long millisUntilSoftDeadline) Creates anApiProxy.Environmentinstance that is suitable for use with this class.