public static final class CloneControllerGrpc.CloneControllerFutureStub extends io.grpc.stub.AbstractFutureStub<CloneControllerGrpc.CloneControllerFutureStub>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.EmptyMessage> |
applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request)
Updates per-app settings for this clone.
|
protected CloneControllerGrpc.CloneControllerFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> |
getDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request)
Gets source context of the clone app.
|
com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.ClonePb.PerformanceData> |
getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<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.
|
com.google.common.util.concurrent.ListenableFuture<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.
|
com.google.common.util.concurrent.ListenableFuture<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.
|
protected CloneControllerGrpc.CloneControllerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CloneControllerGrpc.CloneControllerFutureStub>public com.google.common.util.concurrent.ListenableFuture<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.
public com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.EmptyMessage> applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request)
Updates per-app settings for this clone.
public com.google.common.util.concurrent.ListenableFuture<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.
public com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.ClonePb.PerformanceData> getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request)
Deprecated.
public com.google.common.util.concurrent.ListenableFuture<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.
public com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> getDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request)
Gets source context of the clone app.
Copyright © 2022. All rights reserved.