Uses of Class
org.apache.arrow.flight.RenewFlightEndpointRequest
-
Uses of RenewFlightEndpointRequest in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic RenewFlightEndpointRequest
RenewFlightEndpointRequest.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.Modifier and TypeMethodDescriptionFlightClient.renewFlightEndpoint
(RenewFlightEndpointRequest request, CallOption... options) Request the server to extend the lifetime of a query result set. -
Uses of RenewFlightEndpointRequest 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.default void
FlightSqlProducer.renewFlightEndpoint
(RenewFlightEndpointRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<FlightEndpoint> listener) Renew the duration of the given endpoint.