Uses of Enum
org.apache.arrow.flight.FlightStatusCode
-
Uses of FlightStatusCode in org.apache.arrow.flight
Modifier and TypeMethodDescriptionCallStatus.code()
The status code describing the result of the RPC.static FlightStatusCode
Returns the enum constant of this type with the specified name.static FlightStatusCode[]
FlightStatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCallStatus
(FlightStatusCode code) Create a new status with no cause or description.CallStatus
(FlightStatusCode code, Throwable cause, String description, ErrorFlightMetadata metadata) Create a new status. -
Uses of FlightStatusCode in org.apache.arrow.flight.grpc
Modifier and TypeMethodDescriptionstatic FlightStatusCode
StatusUtils.fromGrpcStatusCode
(io.grpc.Status.Code code) Convert from a gRPC status code to a Flight status code.Modifier and TypeMethodDescriptionstatic io.grpc.Status.Code
StatusUtils.toGrpcStatusCode
(FlightStatusCode code) Convert from a Flight status code to a gRPC status code.