| Package | Description |
|---|---|
| com.google.apphosting.runtime | |
| com.google.apphosting.runtime.anyrpc |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaRuntime.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.
|
void |
CloneControllerImpl.applyCloneSettings(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.ClonePb.CloneSettings settings)
Applies the specified
ClonePb.CloneSettings received from the
AppServer. |
void |
JavaRuntime.deleteAppVersion(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)
Obsolete operation.
|
void |
CloneControllerImpl.getDebuggeeInfo(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request) |
void |
CloneControllerImpl.getPerformanceData(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) |
void |
JavaRuntime.handleRequest(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest)
Translate the specified UPRequest from Prometheus into a
HttpServletRequest, invoke the specified servlet, and translate the
response back into an UPResponse. |
void |
CloneControllerImpl.sendDeadline(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo deadline) |
abstract RequestRunner.Builder |
RequestRunner.Builder.setRpc(AnyRpcServerContext rpc) |
RequestManager.RequestToken |
RequestManager.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.
|
void |
CloneControllerImpl.updateActiveBreakpoints(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request) |
void |
CloneControllerImpl.waitForSandbox(AnyRpcServerContext rpc,
com.google.apphosting.base.protos.EmptyMessage unused)
Obsolete operation.
|
| Constructor and Description |
|---|
RequestRunner(UPRequestHandler upRequestHandler,
RequestManager requestManager,
BackgroundRequestCoordinator coordinator,
boolean compressResponse,
AppVersion appVersion,
AnyRpcServerContext rpc,
com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest,
MutableUpResponse upResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationRuntimeServerInterface.addAppVersion(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.AppinfoPb.AppInfo req) |
void |
CloneControllerServerInterface.applyCloneSettings(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.CloneSettings req) |
void |
EvaluationRuntimeServerInterface.deleteAppVersion(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.AppinfoPb.AppInfo req) |
void |
CloneControllerServerInterface.getDebuggeeInfo(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req) |
void |
CloneControllerServerInterface.getPerformanceData(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) |
void |
EvaluationRuntimeServerInterface.handleRequest(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.RuntimePb.UPRequest req) |
void |
CloneControllerServerInterface.sendDeadline(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req) |
void |
CloneControllerServerInterface.updateActiveBreakpoints(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req) |
void |
CloneControllerServerInterface.waitForSandbox(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.EmptyMessage req) |
Copyright © 2022. All rights reserved.