Uses of Enum
org.apache.arrow.flight.impl.Flight.CancelStatus
-
Uses of Flight.CancelStatus in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionstatic Flight.CancelStatus
Flight.CancelStatus.forNumber
(int value) Flight.CancelFlightInfoResult.Builder.getStatus()
.arrow.flight.protocol.CancelStatus status = 1;
Flight.CancelFlightInfoResult.getStatus()
.arrow.flight.protocol.CancelStatus status = 1;
Flight.CancelFlightInfoResultOrBuilder.getStatus()
.arrow.flight.protocol.CancelStatus status = 1;
static Flight.CancelStatus
Flight.CancelStatus.valueOf
(int value) Deprecated.static Flight.CancelStatus
Flight.CancelStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Flight.CancelStatus
Returns the enum constant of this type with the specified name.static Flight.CancelStatus[]
Flight.CancelStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Flight.CancelStatus>
Flight.CancelStatus.internalGetValueMap()
Modifier and TypeMethodDescriptionFlight.CancelFlightInfoResult.Builder.setStatus
(Flight.CancelStatus value) .arrow.flight.protocol.CancelStatus status = 1;