Class CloneControllerGrpc.CloneControllerStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<CloneControllerGrpc.CloneControllerStub>
com.google.apphosting.base.protos.CloneControllerGrpc.CloneControllerStub
Enclosing class:
CloneControllerGrpc

public static final class CloneControllerGrpc.CloneControllerStub extends io.grpc.stub.AbstractAsyncStub<CloneControllerGrpc.CloneControllerStub>
  • 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 Type
    Method
    Description
    void
    applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
    Updates per-app settings for this clone.
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.PerformanceData> responseObserver)
    Deprecated.
    void
    sendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
    Notifies the clone that the soft or hard deadline for an active request has expired.
    void
    waitForSandbox(com.google.apphosting.base.protos.EmptyMessage request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
    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.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • build

      protected CloneControllerGrpc.CloneControllerStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<CloneControllerGrpc.CloneControllerStub>
    • waitForSandbox

      public void waitForSandbox(com.google.apphosting.base.protos.EmptyMessage request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
       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 void applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
       Updates per-app settings for this clone.
       
    • sendDeadline

      public void sendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
       Notifies the clone that the soft or hard deadline for an active request
       has expired.
       
    • getPerformanceData

      public void getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request, io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.PerformanceData> responseObserver)
       Deprecated.