Uses of Interface
org.apache.arrow.flight.FlightProducer
Package
Description
-
Uses of FlightProducer in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic FlightServer.Builder
FlightServer.builder
(BufferAllocator allocator, Location location, FlightProducer producer) Create a builder for a Flight server.static io.grpc.BindableService
FlightGrpcUtils.createFlightService
(BufferAllocator allocator, FlightProducer producer, ServerAuthHandler authHandler, ExecutorService executor) Creates a Flight service.FlightServer.Builder.producer
(FlightProducer producer) -
Uses of FlightProducer in org.apache.arrow.flight.integration.tests
Modifier and TypeClassDescriptionclass
Hardcoded Flight SQL producer used for cross-language integration tests.class
A FlightProducer that hosts an in memory store of Arrow buffers.Modifier and TypeMethodDescriptionFlightSqlScenario.producer
(BufferAllocator allocator, Location location) LocationReuseConnectionScenario.producer
(BufferAllocator allocator, Location location) OrderedScenario.producer
(BufferAllocator allocator, Location location) -
Uses of FlightProducer in org.apache.arrow.flight.sql
Modifier and TypeInterfaceDescriptioninterface
API to Implement an Arrow Flight SQL producer.Modifier and TypeClassDescriptionclass
AFlightSqlProducer
that implements getting FlightInfo for each metadata request.class
AFlightSqlProducer
that throws on all FlightSql-specific operations.