Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.example | |
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 |
---|---|
Ticket |
ExampleTicket.toTicket()
Creates a new protocol buffer Ticket by serializing to JSON.
|
Modifier and Type | Method and Description |
---|---|
static ExampleTicket |
ExampleTicket.from(Ticket ticket)
Deserializes a new instance from the protocol buffer ticket.
|
void |
InMemoryStore.getStream(FlightProducer.CallContext context,
Ticket ticket,
FlightProducer.ServerStreamListener listener) |
Stream |
InMemoryStore.getStream(Ticket t)
Returns the appropriate stream given the ticket (streams are indexed by path and an ordinal).
|
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.