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 |
---|---|
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,
Location... locations)
Constructs a new instance.
|
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 © 2022 The Apache Software Foundation. All rights reserved.