Interface CloneControllerServerInterface
- All Known Implementing Classes:
CloneControllerImpl
public interface CloneControllerServerInterface
RPC-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
Modifier and TypeMethodDescriptionvoidapplyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req) voidgetPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) voidsendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req) voidwaitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)
-
Method Details
-
waitForSandbox
-
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)
-