| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.integration.tests | |
| org.apache.arrow.flight.sql |
| Modifier and Type | Method and Description |
|---|---|
static Ticket |
Ticket.deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
Ticket |
FlightEndpoint.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
static FlightEndpoint.Builder |
FlightEndpoint.builder(Ticket ticket,
Location... locations)
Create a builder for FlightEndpoint.
|
void |
NoOpFlightProducer.getStream(FlightProducer.CallContext context,
Ticket ticket,
FlightProducer.ServerStreamListener listener) |
void |
FlightProducer.getStream(FlightProducer.CallContext context,
Ticket ticket,
FlightProducer.ServerStreamListener listener)
Return data for a stream.
|
FlightStream |
FlightClient.getStream(Ticket ticket,
CallOption... options)
Retrieve a stream from the server.
|
| Constructor and Description |
|---|
FlightEndpoint(Ticket ticket,
Instant expirationTime,
Location... locations)
Constructs a new endpoint with an expiration time.
|
FlightEndpoint(Ticket ticket,
Location... locations)
Constructs a new endpoint with no expiration time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationProducer.getStream(FlightProducer.CallContext context,
Ticket ticket,
FlightProducer.ServerStreamListener listener) |
| Modifier and Type | Method and Description |
|---|---|
default void |
FlightSqlProducer.getStream(FlightProducer.CallContext context,
Ticket ticket,
FlightProducer.ServerStreamListener listener)
Depending on the provided command, method either:
1.
|
FlightStream |
FlightSqlClient.getStream(Ticket ticket,
CallOption... options)
Retrieve a stream from the server.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.