Uses of Class
org.apache.arrow.flight.FlightEndpoint
-
Uses of FlightEndpoint in org.apache.arrow.flight
Modifier and TypeMethodDescriptionFlightEndpoint.Builder.build()
Build FlightEndpoint object.static FlightEndpoint
FlightEndpoint.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.RenewFlightEndpointRequest.getFlightEndpoint()
FlightClient.renewFlightEndpoint
(RenewFlightEndpointRequest request, CallOption... options) Request the server to extend the lifetime of a query result set.Modifier and TypeMethodDescriptionstatic FlightInfo.Builder
FlightInfo.builder
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints) Create a builder for FlightInfo.ModifierConstructorDescriptionFlightInfo
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records) Constructs a new instance.FlightInfo
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, boolean ordered, IpcOption option) Constructs a new instance.FlightInfo
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, boolean ordered, IpcOption option, byte[] appMetadata) Constructs a new instance.FlightInfo
(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, IpcOption option) Constructs a new instance. -
Uses of FlightEndpoint in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.renewFlightEndpoint
(RenewFlightEndpointRequest request, CallOption... options) Request the server to extend the lifetime of a query result set.Modifier and TypeMethodDescriptionprotected abstract <T extends com.google.protobuf.Message>
List<FlightEndpoint>BasicFlightSqlProducer.determineEndpoints
(T request, FlightDescriptor flightDescriptor, Schema schema) Return a list of FlightEndpoints for the given request and FlightDescriptor.Modifier and TypeMethodDescriptiondefault void
FlightSqlProducer.renewFlightEndpoint
(RenewFlightEndpointRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<FlightEndpoint> listener) Renew the duration of the given endpoint.