| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.example |
| 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.
|
FlightServer.Builder |
FlightServer.Builder.producer(FlightProducer producer) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStore
A FlightProducer that hosts an in memory store of Arrow buffers.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.