Interface CloneControllerServerInterface
-
- All Known Implementing Classes:
CloneControllerImpl
public interface CloneControllerServerInterfaceRPC-agnostic equivalent of CloneController.ServerInterface.If you add methods to CloneController in apphosting/sandbox/clone.proto, you need to remember to add them here too.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req)voidgetDebuggeeInfo(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req)voidgetPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req)voidsendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req)voidupdateActiveBreakpoints(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req)voidwaitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)
-
-
-
Method Detail
-
waitForSandbox
void waitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)
-
applyCloneSettings
void applyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req)
-
sendDeadline
void sendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req)
-
getPerformanceData
void getPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req)
-
updateActiveBreakpoints
void updateActiveBreakpoints(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req)
-
getDebuggeeInfo
void getDebuggeeInfo(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req)
-
-