Class HierarchicalTableServiceGrpc
java.lang.Object
io.deephaven.proto.backplane.grpc.HierarchicalTableServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.63.1)",
comments="Source: deephaven_core/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 interfaceThis service provides tools to create and view hierarchical tables (rollups and trees).static final classA stub to allow clients to do synchronous rpc calls to service HierarchicalTableService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service HierarchicalTableService.static classBase class for the server implementation of the service HierarchicalTableService.static final classA stub to allow clients to do asynchronous rpc calls to service HierarchicalTableService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic 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 -
bindService
public static final io.grpc.ServerServiceDefinition bindService(HierarchicalTableServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-