Uses of Class
org.apache.arrow.flight.Ticket
Packages that use Ticket
-
Uses of Ticket in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return TicketModifier and TypeMethodDescriptionstatic TicketTicket.deserialize(ByteBuffer serialized) Parse the serialized form of this protocol message.FlightEndpoint.getTicket()Methods in org.apache.arrow.flight with parameters of type TicketModifier and TypeMethodDescriptionstatic FlightEndpoint.BuilderCreate a builder for FlightEndpoint.FlightClient.getStream(Ticket ticket, CallOption... options) Retrieve a stream from the server.voidFlightProducer.getStream(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) Return data for a stream.voidNoOpFlightProducer.getStream(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) Constructors in org.apache.arrow.flight with parameters of type TicketModifierConstructorDescriptionFlightEndpoint(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.sql
Methods in org.apache.arrow.flight.sql with parameters of type TicketModifier and TypeMethodDescriptionFlightSqlClient.getStream(Ticket ticket, CallOption... options) Retrieve a stream from the server.default voidFlightSqlProducer.getStream(FlightProducer.CallContext context, Ticket ticket, FlightProducer.ServerStreamListener listener) Depending on the provided command, method either: 1.