| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.example |
| Modifier and Type | Method and Description |
|---|---|
FlightInfo |
FlightProducer.getFlightInfo(FlightDescriptor descriptor) |
FlightInfo |
NoOpFlightProducer.getFlightInfo(FlightDescriptor descriptor) |
FlightInfo |
FlightClient.getInfo(FlightDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FlightInfo> |
FlightClient.listFlights(Criteria criteria)
Get a list of available flights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlightProducer.listFlights(Criteria criteria,
FlightProducer.StreamListener<FlightInfo> listener) |
void |
NoOpFlightProducer.listFlights(Criteria criteria,
FlightProducer.StreamListener<FlightInfo> listener) |
| Modifier and Type | Method and Description |
|---|---|
FlightInfo |
InMemoryStore.getFlightInfo(FlightDescriptor descriptor) |
FlightInfo |
FlightHolder.getFlightInfo(Location l) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryStore.listFlights(Criteria criteria,
FlightProducer.StreamListener<FlightInfo> listener) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.