Uses of Interface
org.apache.arrow.flight.FlightProducer
Packages that use FlightProducer
Package
Description
-
Uses of FlightProducer in org.apache.arrow.flight
Classes in org.apache.arrow.flight that implement FlightProducerMethods in org.apache.arrow.flight with parameters of type FlightProducerModifier 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
Classes in org.apache.arrow.flight.integration.tests that implement FlightProducerModifier and TypeClassDescriptionclass
Hardcoded Flight SQL producer used for cross-language integration tests.class
A FlightProducer that hosts an in memory store of Arrow buffers.Methods in org.apache.arrow.flight.integration.tests that return FlightProducerModifier 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
Subinterfaces of FlightProducer in org.apache.arrow.flight.sqlModifier and TypeInterfaceDescriptioninterface
API to Implement an Arrow Flight SQL producer.Classes in org.apache.arrow.flight.sql that implement FlightProducerModifier and TypeClassDescriptionclass
AFlightSqlProducer
that implements getting FlightInfo for each metadata request.class
AFlightSqlProducer
that throws on all FlightSql-specific operations.