@Generated(value="by gRPC proto compiler (version 1.56.0)", comments="Source: Flight.proto") public final class FlightServiceGrpc extends Object
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.
Modifier and Type | Class and Description |
---|---|
static interface |
FlightServiceGrpc.AsyncService
A flight service is an endpoint for retrieving or storing Arrow data.
|
static class |
FlightServiceGrpc.FlightServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service FlightService.
|
static class |
FlightServiceGrpc.FlightServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service FlightService.
|
static class |
FlightServiceGrpc.FlightServiceImplBase
Base class for the server implementation of the service FlightService.
|
static class |
FlightServiceGrpc.FlightServiceStub
A stub to allow clients to do asynchronous rpc calls to service FlightService.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(FlightServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Flight.Action,Flight.Result> |
getDoActionMethod() |
static io.grpc.MethodDescriptor<Flight.FlightData,Flight.FlightData> |
getDoExchangeMethod() |
static io.grpc.MethodDescriptor<Flight.Ticket,Flight.FlightData> |
getDoGetMethod() |
static io.grpc.MethodDescriptor<Flight.FlightData,Flight.PutResult> |
getDoPutMethod() |
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.FlightInfo> |
getGetFlightInfoMethod() |
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.SchemaResult> |
getGetSchemaMethod() |
static io.grpc.MethodDescriptor<Flight.HandshakeRequest,Flight.HandshakeResponse> |
getHandshakeMethod() |
static io.grpc.MethodDescriptor<Flight.Empty,Flight.ActionType> |
getListActionsMethod() |
static io.grpc.MethodDescriptor<Flight.Criteria,Flight.FlightInfo> |
getListFlightsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static FlightServiceGrpc.FlightServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FlightServiceGrpc.FlightServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FlightServiceGrpc.FlightServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Flight.HandshakeRequest,Flight.HandshakeResponse> getHandshakeMethod()
public static io.grpc.MethodDescriptor<Flight.Criteria,Flight.FlightInfo> getListFlightsMethod()
public static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.FlightInfo> getGetFlightInfoMethod()
public static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.SchemaResult> getGetSchemaMethod()
public static io.grpc.MethodDescriptor<Flight.Ticket,Flight.FlightData> getDoGetMethod()
public static io.grpc.MethodDescriptor<Flight.FlightData,Flight.PutResult> getDoPutMethod()
public static io.grpc.MethodDescriptor<Flight.FlightData,Flight.FlightData> getDoExchangeMethod()
public static io.grpc.MethodDescriptor<Flight.Action,Flight.Result> getDoActionMethod()
public static io.grpc.MethodDescriptor<Flight.Empty,Flight.ActionType> getListActionsMethod()
public static FlightServiceGrpc.FlightServiceStub newStub(io.grpc.Channel channel)
public static FlightServiceGrpc.FlightServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FlightServiceGrpc.FlightServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(FlightServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 The Apache Software Foundation. All rights reserved.