Class HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub>
io.deephaven.proto.backplane.grpc.HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub
- Enclosing class:
- HierarchicalTableServiceGrpc
public static final class HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service HierarchicalTableService.
This service provides tools to create and view hierarchical tables (rollups and trees).
-
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<HierarchicalTableApplyResponse>
apply
(HierarchicalTableApplyRequest request) Applies operations to an existing HierarchicalTable (RollupTable or TreeTable) and exports the resulting HierarchicalTablebuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<ExportedTableCreationResponse>
Exports the source Table for a HierarchicalTable (Rollup or TreeTable)com.google.common.util.concurrent.ListenableFuture<RollupResponse>
rollup
(RollupRequest request) Applies a rollup operation to a Table and exports the resulting RollupTablecom.google.common.util.concurrent.ListenableFuture<TreeResponse>
tree
(TreeRequest request) Applies a tree operation to a Table and exports the resulting TreeTablecom.google.common.util.concurrent.ListenableFuture<HierarchicalTableViewResponse>
view
(HierarchicalTableViewRequest request) Creates a view associating a Table of expansion keys and actions with an existing HierarchicalTable and exports the resulting HierarchicalTableView for subsequent snapshot or subscription requestsMethods 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 HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub>
-
rollup
public com.google.common.util.concurrent.ListenableFuture<RollupResponse> rollup(RollupRequest request) Applies a rollup operation to a Table and exports the resulting RollupTable
-
tree
Applies a tree operation to a Table and exports the resulting TreeTable
-
apply
public com.google.common.util.concurrent.ListenableFuture<HierarchicalTableApplyResponse> apply(HierarchicalTableApplyRequest request) Applies operations to an existing HierarchicalTable (RollupTable or TreeTable) and exports the resulting HierarchicalTable
-
view
public com.google.common.util.concurrent.ListenableFuture<HierarchicalTableViewResponse> view(HierarchicalTableViewRequest request) Creates a view associating a Table of expansion keys and actions with an existing HierarchicalTable and exports the resulting HierarchicalTableView for subsequent snapshot or subscription requests
-
exportSource
public com.google.common.util.concurrent.ListenableFuture<ExportedTableCreationResponse> exportSource(HierarchicalTableSourceExportRequest request) Exports the source Table for a HierarchicalTable (Rollup or TreeTable)
-