Class InputTableServiceGrpc.InputTableServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<InputTableServiceGrpc.InputTableServiceBlockingStub>
io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceBlockingStub
- Enclosing class:
- InputTableServiceGrpc
public static final class InputTableServiceGrpc.InputTableServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<InputTableServiceGrpc.InputTableServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service InputTableService.
This service offers methods to manipulate the contents of input tables.
-
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 TypeMethodDescriptionaddTableToInputTable
(AddTableRequest request) Adds the provided table to the specified input table.build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Removes the provided table from the specified input tables.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 InputTableServiceGrpc.InputTableServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<InputTableServiceGrpc.InputTableServiceBlockingStub>
-
addTableToInputTable
Adds the provided table to the specified input table. The new data to add must only have columns (name, types, and order) which match the given input table's columns.
-
deleteTableFromInputTable
Removes the provided table from the specified input tables. The tables indicating which rows to remove are expected to only have columns that match the key columns of the input table.
-