Class PQWorkerApiGrpc.PQWorkerApiFutureStub

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

public static final class PQWorkerApiGrpc.PQWorkerApiFutureStub extends io.deephaven.shadow.client.flight.io.grpc.stub.AbstractFutureStub<PQWorkerApiGrpc.PQWorkerApiFutureStub>
A stub to allow clients to do ListenableFuture-style 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)
     
    io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<ObjectAccessResponse>
     
    io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<ThreadDumpResponse>
    request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
    io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<SendJdbcPasswordResponse>
    For JDBC imports that need passwords

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

    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.PQWorkerApiFutureStub 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.PQWorkerApiFutureStub>
    • getObjectAccess

      public io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<ObjectAccessResponse> getObjectAccess(ObjectAccessRequest request)
    • requestThreadDump

      public io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<ThreadDumpResponse> requestThreadDump(ThreadDumpRequest request)
       request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
       
    • sendJdbcPassword

      public io.deephaven.shadow.client.flight.com.google.common.util.concurrent.ListenableFuture<SendJdbcPasswordResponse> sendJdbcPassword(SendJdbcPasswordRequest request)
       For JDBC imports that need passwords