Uses of Interface
com.google.apphosting.runtime.anyrpc.AnyRpcServerContext
-
Packages that use AnyRpcServerContext Package Description com.google.apphosting.runtime com.google.apphosting.runtime.anyrpc -
-
Uses of AnyRpcServerContext in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime with parameters of type AnyRpcServerContext Modifier and Type Method Description voidJavaRuntime. addAppVersion(AnyRpcServerContext rpc, com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)Adds the specified application version so that it can be used for future requests.voidCloneControllerImpl. applyCloneSettings(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ClonePb.CloneSettings settings)Applies the specifiedClonePb.CloneSettingsreceived from the AppServer.voidJavaRuntime. deleteAppVersion(AnyRpcServerContext rpc, com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)Obsolete operation.voidCloneControllerImpl. getDebuggeeInfo(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request)voidCloneControllerImpl. getPerformanceData(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req)voidJavaRuntime. handleRequest(AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest)Translate the specified UPRequest from Prometheus into aHttpServletRequest, invoke the specified servlet, and translate the response back into an UPResponse.voidCloneControllerImpl. sendDeadline(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo deadline)abstract RequestRunner.BuilderRequestRunner.Builder. setRpc(AnyRpcServerContext rpc)RequestManager.RequestTokenRequestManager. startRequest(AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, ThreadGroup requestThreadGroup)Set up any state necessary to execute a new request using the specified parameters.voidCloneControllerImpl. updateActiveBreakpoints(AnyRpcServerContext rpc, com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request)voidCloneControllerImpl. waitForSandbox(AnyRpcServerContext rpc, com.google.apphosting.base.protos.EmptyMessage unused)Obsolete operation.Constructors in com.google.apphosting.runtime with parameters of type AnyRpcServerContext Constructor Description RequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse) -
Uses of AnyRpcServerContext in com.google.apphosting.runtime.anyrpc
Methods in com.google.apphosting.runtime.anyrpc with parameters of type AnyRpcServerContext Modifier and Type Method Description voidEvaluationRuntimeServerInterface. addAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)voidCloneControllerServerInterface. applyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req)voidEvaluationRuntimeServerInterface. deleteAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)voidCloneControllerServerInterface. getDebuggeeInfo(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req)voidCloneControllerServerInterface. getPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req)voidEvaluationRuntimeServerInterface. handleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req)voidCloneControllerServerInterface. sendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req)voidCloneControllerServerInterface. updateActiveBreakpoints(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req)voidCloneControllerServerInterface. waitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)
-