| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.example |
| Modifier and Type | Method and Description |
|---|---|
static FlightDescriptor |
FlightDescriptor.command(byte[] cmd) |
FlightDescriptor |
FlightStream.getDescriptor() |
FlightDescriptor |
FlightInfo.getDescriptor() |
static FlightDescriptor |
FlightDescriptor.path(Iterable<String> path) |
static FlightDescriptor |
FlightDescriptor.path(String... path) |
| Modifier and Type | Method and Description |
|---|---|
FlightInfo |
FlightProducer.getFlightInfo(FlightDescriptor descriptor) |
FlightInfo |
NoOpFlightProducer.getFlightInfo(FlightDescriptor descriptor) |
FlightInfo |
FlightClient.getInfo(FlightDescriptor descriptor) |
FlightClient.ClientStreamListener |
FlightClient.startPut(FlightDescriptor descriptor,
VectorSchemaRoot root)
Create or append a descriptor with another stream.
|
| Constructor and Description |
|---|
FlightInfo(Schema schema,
FlightDescriptor descriptor,
List<FlightEndpoint> endpoints,
long bytes,
long records) |
| Modifier and Type | Method and Description |
|---|---|
FlightInfo |
InMemoryStore.getFlightInfo(FlightDescriptor descriptor) |
Stream.StreamCreator |
InMemoryStore.putStream(FlightDescriptor descriptor,
Schema schema) |
| Constructor and Description |
|---|
FlightHolder(BufferAllocator allocator,
FlightDescriptor descriptor,
Schema schema) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.