Class HierarchicalTableServiceGrpc.HierarchicalTableServiceStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceStub>
io.deephaven.proto.backplane.grpc.HierarchicalTableServiceGrpc.HierarchicalTableServiceStub
Enclosing class:
HierarchicalTableServiceGrpc

public static final class HierarchicalTableServiceGrpc.HierarchicalTableServiceStub extends io.grpc.stub.AbstractAsyncStub<HierarchicalTableServiceGrpc.HierarchicalTableServiceStub>
A stub to allow clients to do asynchronous 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 Type
    Method
    Description
    void
    apply(HierarchicalTableApplyRequest request, io.grpc.stub.StreamObserver<HierarchicalTableApplyResponse> responseObserver)
    Applies operations to an existing HierarchicalTable (RollupTable or TreeTable) and exports the resulting HierarchicalTable
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    exportSource(HierarchicalTableSourceExportRequest request, io.grpc.stub.StreamObserver<ExportedTableCreationResponse> responseObserver)
    Exports the source Table for a HierarchicalTable (Rollup or TreeTable)
    void
    rollup(RollupRequest request, io.grpc.stub.StreamObserver<RollupResponse> responseObserver)
    Applies a rollup operation to a Table and exports the resulting RollupTable
    void
    tree(TreeRequest request, io.grpc.stub.StreamObserver<TreeResponse> responseObserver)
    Applies a tree operation to a Table and exports the resulting TreeTable
    void
    view(HierarchicalTableViewRequest request, io.grpc.stub.StreamObserver<HierarchicalTableViewResponse> responseObserver)
    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

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait