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