Uses of Enum
org.apache.arrow.flight.CancelStatus
-
Uses of CancelStatus in org.apache.arrow.flight
Modifier 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. -
Uses of CancelStatus in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptiondefault void
FlightSqlProducer.cancelFlightInfo
(CancelFlightInfoRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<CancelStatus> listener) Explicitly cancel a query.