Uses of Class
org.apache.arrow.flight.CancelFlightInfoRequest
Packages that use CancelFlightInfoRequest
-
Uses of CancelFlightInfoRequest in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return CancelFlightInfoRequestModifier and TypeMethodDescriptionstatic CancelFlightInfoRequestCancelFlightInfoRequest.deserialize(ByteBuffer serialized) Parse the serialized form of this protocol message.Methods in org.apache.arrow.flight with parameters of type CancelFlightInfoRequestModifier and TypeMethodDescriptionFlightClient.cancelFlightInfo(CancelFlightInfoRequest request, CallOption... options) Cancel execution of a distributed query. -
Uses of CancelFlightInfoRequest in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type CancelFlightInfoRequestModifier and TypeMethodDescriptionFlightSqlClient.cancelFlightInfo(CancelFlightInfoRequest request, CallOption... options) Cancel execution of a distributed query.default voidFlightSqlProducer.cancelFlightInfo(CancelFlightInfoRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelStatus> listener) Explicitly cancel a query.