Class HierarchicalTableServiceGrpc
java.lang.Object
io.deephaven.proto.backplane.grpc.HierarchicalTableServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.50.2)",
comments="Source: deephaven/proto/hierarchicaltable.proto")
public final class HierarchicalTableServiceGrpc
extends Object
This service provides tools to create and view hierarchical tables (rollups and trees).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis service provides tools to create and view hierarchical tables (rollups and trees).static final classThis service provides tools to create and view hierarchical tables (rollups and trees).static classThis service provides tools to create and view hierarchical tables (rollups and trees).static final classThis service provides tools to create and view hierarchical tables (rollups and trees). -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<HierarchicalTableApplyRequest,HierarchicalTableApplyResponse> static io.grpc.MethodDescriptor<HierarchicalTableSourceExportRequest,ExportedTableCreationResponse> static io.grpc.MethodDescriptor<RollupRequest,RollupResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<TreeRequest,TreeResponse> static io.grpc.MethodDescriptor<HierarchicalTableViewRequest,HierarchicalTableViewResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getRollupMethod
-
getTreeMethod
-
getApplyMethod
public static io.grpc.MethodDescriptor<HierarchicalTableApplyRequest,HierarchicalTableApplyResponse> getApplyMethod() -
getViewMethod
public static io.grpc.MethodDescriptor<HierarchicalTableViewRequest,HierarchicalTableViewResponse> getViewMethod() -
getExportSourceMethod
public static io.grpc.MethodDescriptor<HierarchicalTableSourceExportRequest,ExportedTableCreationResponse> getExportSourceMethod() -
newStub
public static HierarchicalTableServiceGrpc.HierarchicalTableServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static HierarchicalTableServiceGrpc.HierarchicalTableServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static HierarchicalTableServiceGrpc.HierarchicalTableServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-