Package org.apache.arrow.flight.impl
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 Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.arrow.flight.impl.FlightServiceGrpc.AsyncService
doAction, doExchange, doGet, doPut, getFlightInfo, getSchema, handshake, listActions, listFlights, pollFlightInfo
-
Constructor Details
-
FlightServiceImplBase
public FlightServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-