Uses of Class
org.apache.arrow.flight.Ticket
Package
Description
-
Uses of Ticket in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic Ticket
Ticket.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.FlightEndpoint.getTicket()
Modifier and TypeMethodDescriptionstatic FlightEndpoint.Builder
Create a builder for FlightEndpoint.FlightClient.getStream
(Ticket ticket, CallOption... options) Retrieve a stream from the server.void
FlightProducer.getStream
(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) Return data for a stream.void
NoOpFlightProducer.getStream
(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) ModifierConstructorDescriptionFlightEndpoint
(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. -
Uses of Ticket in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionvoid
IntegrationProducer.getStream
(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) -
Uses of Ticket in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.getStream
(Ticket ticket, CallOption... options) Retrieve a stream from the server.default void
FlightSqlProducer.getStream
(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) Depending on the provided command, method either: 1.