Package io.deephaven.proto.pqworker.grpc
Class PQWorkerApiGrpc.PQWorkerApiBlockingV2Stub
java.lang.Object
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractStub<S>
io.deephaven.shadow.client.flight.io.grpc.stub.AbstractBlockingStub<PQWorkerApiGrpc.PQWorkerApiBlockingV2Stub>
io.deephaven.proto.pqworker.grpc.PQWorkerApiGrpc.PQWorkerApiBlockingV2Stub
- Enclosing class:
- PQWorkerApiGrpc
public static final class PQWorkerApiGrpc.PQWorkerApiBlockingV2Stub
extends io.deephaven.shadow.client.flight.io.grpc.stub.AbstractBlockingStub<PQWorkerApiGrpc.PQWorkerApiBlockingV2Stub>
A stub to allow clients to do 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 TypeMethodDescriptionbuild(io.deephaven.shadow.client.flight.io.grpc.Channel channel, io.deephaven.shadow.client.flight.io.grpc.CallOptions callOptions) getObjectAccess(ObjectAccessRequest request) io.deephaven.shadow.client.flight.io.grpc.stub.BlockingClientCall<?,ListenErrorResponse> 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.PQWorkerApiBlockingV2Stub 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.PQWorkerApiBlockingV2Stub>
-
getObjectAccess
public ObjectAccessResponse getObjectAccess(ObjectAccessRequest request) throws io.deephaven.shadow.client.flight.io.grpc.StatusException - Throws:
io.deephaven.shadow.client.flight.io.grpc.StatusException
-
listenForError
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.deephaven.shadow.client.flight.io.grpc.stub.BlockingClientCall<?,ListenErrorResponse> listenForError(ListenErrorRequest request) -
requestThreadDump
public ThreadDumpResponse requestThreadDump(ThreadDumpRequest request) throws io.deephaven.shadow.client.flight.io.grpc.StatusException request that the worker writes a thread dump to the log, can be useful for debugging queries that are seemingly hung
- Throws:
io.deephaven.shadow.client.flight.io.grpc.StatusException
-
sendJdbcPassword
public SendJdbcPasswordResponse sendJdbcPassword(SendJdbcPasswordRequest request) throws io.deephaven.shadow.client.flight.io.grpc.StatusException For JDBC imports that need passwords
- Throws:
io.deephaven.shadow.client.flight.io.grpc.StatusException
-