Class PQWorkerApiGrpc.PQWorkerApiStub

java.lang.Object
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<S>
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractAsyncStub<PQWorkerApiGrpc.PQWorkerApiStub>
io.deephaven.proto.pqworker.grpc.PQWorkerApiGrpc.PQWorkerApiStub
Enclosing class:
PQWorkerApiGrpc

public static final class PQWorkerApiGrpc.PQWorkerApiStub extends io.deephaven.shadow.client.flight.io.grpc.stub.AbstractAsyncStub<PQWorkerApiGrpc.PQWorkerApiStub>
A stub to allow clients to do asynchronous rpc calls to service PQWorkerApi.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub

    io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub.StubFactory<T extends io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.deephaven.shadow.client.flight.io.grpc.Channel channel, io.deephaven.shadow.client.flight.io.grpc.CallOptions callOptions)
     
    void
    getObjectAccess(ObjectAccessRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ObjectAccessResponse> responseObserver)
     
    void
    listenForError(ListenErrorRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ListenErrorResponse> responseObserver)
     
    void
    requestThreadDump(ThreadDumpRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ThreadDumpResponse> responseObserver)
    request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
    void
    sendJdbcPassword(SendJdbcPasswordRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<SendJdbcPasswordResponse> responseObserver)
    For JDBC imports that need passwords

    Methods inherited from class io.deephaven.shadow.client.flight.io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub

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

    Methods inherited from class java.lang.Object

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

    • build

      protected PQWorkerApiGrpc.PQWorkerApiStub build(io.deephaven.shadow.client.flight.io.grpc.Channel channel, io.deephaven.shadow.client.flight.io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<PQWorkerApiGrpc.PQWorkerApiStub>
    • getObjectAccess

      public void getObjectAccess(ObjectAccessRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ObjectAccessResponse> responseObserver)
    • listenForError

      public void listenForError(ListenErrorRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ListenErrorResponse> responseObserver)
    • requestThreadDump

      public void requestThreadDump(ThreadDumpRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<ThreadDumpResponse> responseObserver)
       request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
       
    • sendJdbcPassword

      public void sendJdbcPassword(SendJdbcPasswordRequest request, io.deephaven.shadow.client.flight.io.grpc.stub.StreamObserver<SendJdbcPasswordResponse> responseObserver)
       For JDBC imports that need passwords