Class FlightServiceGrpc.FlightServiceImplBase

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

public abstract static class FlightServiceGrpc.FlightServiceImplBase extends Object implements io.grpc.BindableService, FlightServiceGrpc.AsyncService
Base class for the server implementation of the service FlightService.
 A flight service is an endpoint for retrieving or storing Arrow data. A
 flight service can expose one or more predefined endpoints that can be
 accessed using the Arrow Flight Protocol. Additionally, a flight service
 can expose a set of actions that are available.
 
  • Constructor Details

    • FlightServiceImplBase

      public FlightServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService