Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Class and Description |
---|---|
class |
NoOpFlightProducer
A
FlightProducer that throws on all operations. |
Modifier and Type | Method and Description |
---|---|
static 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 |
FlightServer.Builder.producer(FlightProducer producer) |
Modifier and Type | Class and Description |
---|---|
class |
FlightSqlScenarioProducer
Hardcoded Flight SQL producer used for cross-language integration tests.
|
class |
IntegrationProducer
A FlightProducer that hosts an in memory store of Arrow buffers.
|
Modifier and Type | Method and Description |
---|---|
FlightProducer |
FlightSqlScenario.producer(BufferAllocator allocator,
Location location) |
FlightProducer |
OrderedScenario.producer(BufferAllocator allocator,
Location location) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlightSqlProducer
API to Implement an Arrow Flight SQL producer.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFlightSqlProducer
A
FlightSqlProducer that implements getting FlightInfo for each metadata request. |
class |
NoOpFlightSqlProducer
A
FlightSqlProducer that throws on all FlightSql-specific operations. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.