Uses of Enum
org.apache.arrow.flight.CancelStatus
Packages that use CancelStatus
-
Uses of CancelStatus in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return CancelStatusModifier and TypeMethodDescriptionCancelFlightInfoResult.getStatus()
static CancelStatus
Returns the enum constant of this type with the specified name.static CancelStatus[]
CancelStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.arrow.flight with parameters of type CancelStatus -
Uses of CancelStatus in org.apache.arrow.flight.sql
Method parameters in org.apache.arrow.flight.sql with type arguments of type CancelStatusModifier and TypeMethodDescriptiondefault void
FlightSqlProducer.cancelFlightInfo
(CancelFlightInfoRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelStatus> listener) Explicitly cancel a query.