Class CloneControllerGrpc.CloneControllerBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CloneControllerGrpc.CloneControllerBlockingStub>
-
- com.google.apphosting.base.protos.CloneControllerGrpc.CloneControllerBlockingStub
-
- Enclosing class:
- CloneControllerGrpc
public static final class CloneControllerGrpc.CloneControllerBlockingStub extends io.grpc.stub.AbstractBlockingStub<CloneControllerGrpc.CloneControllerBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.apphosting.base.protos.EmptyMessageapplyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request)Updates per-app settings for this clone.protected CloneControllerGrpc.CloneControllerBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponsegetDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request)Gets source context of the clone app.com.google.apphosting.base.protos.ClonePb.PerformanceDatagetPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request)Deprecated.com.google.apphosting.base.protos.EmptyMessagesendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request)Notifies the clone that the soft or hard deadline for an active request has expired.com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpointsupdateActiveBreakpoints(com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request)Updates a list of Cloud Debugger breakpoints on a clone.com.google.apphosting.base.protos.EmptyMessagewaitForSandbox(com.google.apphosting.base.protos.EmptyMessage request)Asks the Clone to put itself into the stopped state, by sending itself a SIGSTOP when it is safe to do so.
-
-
-
Method Detail
-
build
protected CloneControllerGrpc.CloneControllerBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CloneControllerGrpc.CloneControllerBlockingStub>
-
waitForSandbox
public com.google.apphosting.base.protos.EmptyMessage waitForSandbox(com.google.apphosting.base.protos.EmptyMessage request)
Asks the Clone to put itself into the stopped state, by sending itself a SIGSTOP when it is safe to do so. The Clone will be Sandboxed and resume from this point.
-
applyCloneSettings
public com.google.apphosting.base.protos.EmptyMessage applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request)
Updates per-app settings for this clone.
-
sendDeadline
public com.google.apphosting.base.protos.EmptyMessage sendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request)
Notifies the clone that the soft or hard deadline for an active request has expired.
-
getPerformanceData
public com.google.apphosting.base.protos.ClonePb.PerformanceData getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request)
Deprecated.
-
updateActiveBreakpoints
public com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints updateActiveBreakpoints(com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request)
Updates a list of Cloud Debugger breakpoints on a clone.
-
getDebuggeeInfo
public com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse getDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request)
Gets source context of the clone app.
-
-