Class HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub>
io.deephaven.proto.backplane.grpc.HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub
- Enclosing class:
- HierarchicalTableServiceGrpc
public static final class HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub>
A stub to allow clients to do synchronous 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 TypeMethodDescriptionapply(HierarchicalTableApplyRequest request) Applies operations to an existing HierarchicalTable (RollupTable or TreeTable) and exports the resulting HierarchicalTablebuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Exports the source Table for a HierarchicalTable (Rollup or TreeTable)rollup(RollupRequest request) Applies a rollup operation to a Table and exports the resulting RollupTabletree(TreeRequest request) Applies a tree operation to a Table and exports the resulting TreeTableview(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.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingV2Stub>
-
rollup
Applies a rollup operation to a Table and exports the resulting RollupTable
- Throws:
io.grpc.StatusException
-
tree
Applies a tree operation to a Table and exports the resulting TreeTable
- Throws:
io.grpc.StatusException
-
apply
public HierarchicalTableApplyResponse apply(HierarchicalTableApplyRequest request) throws io.grpc.StatusException Applies operations to an existing HierarchicalTable (RollupTable or TreeTable) and exports the resulting HierarchicalTable
- Throws:
io.grpc.StatusException
-
view
public HierarchicalTableViewResponse view(HierarchicalTableViewRequest request) throws io.grpc.StatusException 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
- Throws:
io.grpc.StatusException
-
exportSource
public ExportedTableCreationResponse exportSource(HierarchicalTableSourceExportRequest request) throws io.grpc.StatusException Exports the source Table for a HierarchicalTable (Rollup or TreeTable)
- Throws:
io.grpc.StatusException
-