Class InputTableServiceGrpc.InputTableServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<InputTableServiceGrpc.InputTableServiceFutureStub>
io.deephaven.proto.backplane.grpc.InputTableServiceGrpc.InputTableServiceFutureStub
- Enclosing class:
- InputTableServiceGrpc
public static final class InputTableServiceGrpc.InputTableServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<InputTableServiceGrpc.InputTableServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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 TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AddTableResponse>
addTableToInputTable
(AddTableRequest request) Adds the provided table to the specified input table.build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<DeleteTableResponse>
Removes the provided table from the specified input tables.Methods inherited from class io.grpc.stub.AbstractFutureStub
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.InputTableServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<InputTableServiceGrpc.InputTableServiceFutureStub>
-
addTableToInputTable
public com.google.common.util.concurrent.ListenableFuture<AddTableResponse> addTableToInputTable(AddTableRequest request) 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
public com.google.common.util.concurrent.ListenableFuture<DeleteTableResponse> deleteTableFromInputTable(DeleteTableRequest request) 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.
-