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

    Constructors
    Constructor
    Description
    PartitionedTableServiceGrpcImpl(TicketRouter ticketRouter, SessionService sessionService, io.deephaven.auth.codegen.impl.PartitionedTableServiceContextualAuthWiring authWiring)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getTable(@NotNull io.deephaven.proto.backplane.grpc.GetTableRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver)
     
    void
    merge(@NotNull io.deephaven.proto.backplane.grpc.MergeRequest request, @NotNull io.grpc.stub.StreamObserver<io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse> responseObserver)
     
    void
    partitionBy(@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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)