Package io.deephaven.proto.pqworker.grpc
Class PQWorkerApiGrpc.PQWorkerApiBlockingStub
java.lang.Object
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<S>
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractBlockingStub<PQWorkerApiGrpc.PQWorkerApiBlockingStub>
io.deephaven.proto.pqworker.grpc.PQWorkerApiGrpc.PQWorkerApiBlockingStub
- Enclosing class:
- PQWorkerApiGrpc
public static final class PQWorkerApiGrpc.PQWorkerApiBlockingStub
extends io.deephaven.shadow.client.flight.io.grpc.stub.AbstractBlockingStub<PQWorkerApiGrpc.PQWorkerApiBlockingStub>
A stub to allow clients to do limited synchronous 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 TypeMethodDescriptionprotected PQWorkerApiGrpc.PQWorkerApiBlockingStubbuild(io.deephaven.shadow.client.flight.io.grpc.Channel channel, io.deephaven.shadow.client.flight.io.grpc.CallOptions callOptions) getObjectAccess(ObjectAccessRequest request) listenForError(ListenErrorRequest request) requestThreadDump(ThreadDumpRequest request) request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hungsendJdbcPassword(SendJdbcPasswordRequest request) For JDBC imports that need passwordsMethods inherited from class io.deephaven.shadow.client.flight.io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods 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
-
Method Details
-
build
protected PQWorkerApiGrpc.PQWorkerApiBlockingStub build(io.deephaven.shadow.client.flight.io.grpc.Channel channel, io.deephaven.shadow.client.flight.io.grpc.CallOptions callOptions) - Specified by:
buildin classio.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<PQWorkerApiGrpc.PQWorkerApiBlockingStub>
-
getObjectAccess
-
listenForError
-
requestThreadDump
request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
-
sendJdbcPassword
For JDBC imports that need passwords
-