Uses of Class
org.apache.arrow.flight.RenewFlightEndpointRequest
Packages that use RenewFlightEndpointRequest
-
Uses of RenewFlightEndpointRequest in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return RenewFlightEndpointRequestModifier and TypeMethodDescriptionstatic RenewFlightEndpointRequest
RenewFlightEndpointRequest.deserialize
(ByteBuffer serialized) Parse the serialized form of this protocol message.Methods in org.apache.arrow.flight with parameters of type RenewFlightEndpointRequestModifier 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
Methods in org.apache.arrow.flight.sql with parameters of type RenewFlightEndpointRequestModifier 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.