Uses of Interface
org.apache.arrow.flight.FlightProducer
Packages that use FlightProducer
-
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.BuilderFlightServer.builder(BufferAllocator allocator, Location location, FlightProducer producer) Create a builder for a Flight server.static io.grpc.BindableServiceFlightGrpcUtils.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.sql
Subinterfaces of FlightProducer in org.apache.arrow.flight.sqlModifier and TypeInterfaceDescriptioninterfaceAPI to Implement an Arrow Flight SQL producer.Classes in org.apache.arrow.flight.sql that implement FlightProducerModifier and TypeClassDescriptionclassAFlightSqlProducerthat implements getting FlightInfo for each metadata request.classAFlightSqlProducerthat throws on all FlightSql-specific operations.