Class CloneControllerGrpc.CloneControllerFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<CloneControllerGrpc.CloneControllerFutureStub>
com.google.apphosting.base.protos.CloneControllerGrpc.CloneControllerFutureStub
- Enclosing class:
- CloneControllerGrpc
public static final class CloneControllerGrpc.CloneControllerFutureStub
extends io.grpc.stub.AbstractFutureStub<CloneControllerGrpc.CloneControllerFutureStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptioncom.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.build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) 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.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.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected CloneControllerGrpc.CloneControllerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CloneControllerGrpc.CloneControllerFutureStub>
-
waitForSandbox
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.
-
applyCloneSettings
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.
-
sendDeadline
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.
-
getPerformanceData
public com.google.common.util.concurrent.ListenableFuture<com.google.apphosting.base.protos.ClonePb.PerformanceData> getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request) Deprecated.
-