Class PartitionedTableServiceGrpcImpl
java.lang.Object
io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
io.deephaven.server.partitionedtable.PartitionedTableServiceGrpcImpl
- All Implemented Interfaces:
io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.AsyncService,io.grpc.BindableService
public class PartitionedTableServiceGrpcImpl
extends io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionedTableServiceGrpcImpl(TicketRouter ticketRouter, SessionService sessionService, io.deephaven.auth.codegen.impl.PartitionedTableServiceContextualAuthWiring authWiring) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetTable(@NotNull io.deephaven.proto.backplane.grpc.GetTableRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver) voidmerge(@NotNull io.deephaven.proto.backplane.grpc.MergeRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver) voidpartitionBy(@NotNull io.deephaven.proto.backplane.grpc.PartitionByRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.PartitionByResponse> responseObserver) Methods inherited from class io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
bindService
-
Constructor Details
-
PartitionedTableServiceGrpcImpl
@Inject public PartitionedTableServiceGrpcImpl(TicketRouter ticketRouter, SessionService sessionService, io.deephaven.auth.codegen.impl.PartitionedTableServiceContextualAuthWiring authWiring)
-
-
Method Details
-
partitionBy
public void partitionBy(@NotNull @NotNull io.deephaven.proto.backplane.grpc.PartitionByRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.PartitionByResponse> responseObserver) -
merge
public void merge(@NotNull @NotNull io.deephaven.proto.backplane.grpc.MergeRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver) -
getTable
public void getTable(@NotNull @NotNull io.deephaven.proto.backplane.grpc.GetTableRequest request, @NotNull @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver)
-