Class FlightServiceGrpcImpl

java.lang.Object
org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceImplBase
io.deephaven.server.arrow.FlightServiceGrpcImpl
All Implemented Interfaces:
io.grpc.BindableService, org.apache.arrow.flight.impl.FlightServiceGrpc.AsyncService

@Singleton public class FlightServiceGrpcImpl extends org.apache.arrow.flight.impl.FlightServiceGrpc.FlightServiceImplBase
  • Constructor Details

  • Method Details

    • handshake

      public io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.HandshakeRequest> handshake(@NotNull @NotNull io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.HandshakeResponse> responseObserver)
    • listFlights

      public void listFlights(@NotNull org.apache.arrow.flight.impl.Flight.Criteria request, @NotNull @NotNull io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.FlightInfo> responseObserver)
    • getFlightInfo

      public void getFlightInfo(@NotNull org.apache.arrow.flight.impl.Flight.FlightDescriptor request, @NotNull @NotNull io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.FlightInfo> responseObserver)
    • getSchema

      public void getSchema(@NotNull org.apache.arrow.flight.impl.Flight.FlightDescriptor request, @NotNull @NotNull io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.SchemaResult> responseObserver)
    • doGetCustom

      public void doGetCustom(org.apache.arrow.flight.impl.Flight.Ticket request, io.grpc.stub.StreamObserver<InputStream> responseObserver)
    • doPutCustom

      public io.grpc.stub.StreamObserver<InputStream> doPutCustom(io.grpc.stub.StreamObserver<org.apache.arrow.flight.impl.Flight.PutResult> responseObserver)
      Establish a new DoPut bi-directional stream.
      Parameters:
      responseObserver - the observer to reply to
      Returns:
      the observer that grpc can delegate received messages to
    • doExchangeCustom

      public io.grpc.stub.StreamObserver<InputStream> doExchangeCustom(io.grpc.stub.StreamObserver<InputStream> responseObserver)
      Establish a new DoExchange bi-directional stream.
      Parameters:
      responseObserver - the observer to reply to
      Returns:
      the observer that grpc can delegate received messages to