Class ConsoleServiceGrpc.ConsoleServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ConsoleServiceGrpc.ConsoleServiceBlockingStub>
io.deephaven.proto.backplane.script.grpc.ConsoleServiceGrpc.ConsoleServiceBlockingStub
- Enclosing class:
- ConsoleServiceGrpc
public static final class ConsoleServiceGrpc.ConsoleServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<ConsoleServiceGrpc.ConsoleServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service ConsoleService.
Console interaction service
-
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 TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) cancelCommand
(CancelCommandRequest request) executeCommand
(ExecuteCommandRequest request) getConsoleTypes
(GetConsoleTypesRequest request) getHeapInfo
(GetHeapInfoRequest request) Other half of the browser-based implementation for AutoCompleteStream.Half of the browser-based (browser's can't do bidirectional streams without websockets) implementation for AutoCompleteStream.startConsole
(StartConsoleRequest request) subscribeToLogs
(LogSubscriptionRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected ConsoleServiceGrpc.ConsoleServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ConsoleServiceGrpc.ConsoleServiceBlockingStub>
-
getConsoleTypes
-
startConsole
-
getHeapInfo
-
subscribeToLogs
-
executeCommand
-
cancelCommand
-
bindTableToVariable
-
cancelAutoComplete
-
openAutoCompleteStream
Half of the browser-based (browser's can't do bidirectional streams without websockets) implementation for AutoCompleteStream.
-
nextAutoCompleteStream
Other half of the browser-based implementation for AutoCompleteStream.
-