Uses of Class
com.google.apphosting.runtime.ApiProxyImpl.EnvironmentImpl
-
Packages that use ApiProxyImpl.EnvironmentImpl Package Description com.google.apphosting.runtime -
-
Uses of ApiProxyImpl.EnvironmentImpl in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return ApiProxyImpl.EnvironmentImpl 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.Methods in com.google.apphosting.runtime with parameters of type ApiProxyImpl.EnvironmentImpl Modifier and Type Method Description voidApiProxyImpl. flushLogs(ApiProxyImpl.EnvironmentImpl environment)List<Thread>ApiProxyImpl. getRequestThreads(ApiProxyImpl.EnvironmentImpl environment)voidApiProxyImpl. log(ApiProxyImpl.EnvironmentImpl environment, com.google.apphosting.api.ApiProxy.LogRecord record)Future<byte[]>ApiProxyImpl. makeAsyncCall(ApiProxyImpl.EnvironmentImpl environment, String packageName, String methodName, byte[] request, com.google.apphosting.api.ApiProxy.ApiConfig apiConfig)byte[]ApiProxyImpl. makeSyncCall(ApiProxyImpl.EnvironmentImpl environment, String packageName, String methodName, byte[] request)
-