Uses of Enum
org.apache.arrow.flight.FlightStatusCode
Packages that use FlightStatusCode
-
Uses of FlightStatusCode in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return FlightStatusCodeModifier 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.Constructors in org.apache.arrow.flight with parameters of type FlightStatusCodeModifierConstructorDescriptionCallStatus
(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
Methods in org.apache.arrow.flight.grpc that return FlightStatusCodeModifier and TypeMethodDescriptionstatic FlightStatusCode
StatusUtils.fromGrpcStatusCode
(io.grpc.Status.Code code) Convert from a gRPC status code to a Flight status code.Methods in org.apache.arrow.flight.grpc with parameters of type FlightStatusCodeModifier and TypeMethodDescriptionstatic io.grpc.Status.Code
StatusUtils.toGrpcStatusCode
(FlightStatusCode code) Convert from a Flight status code to a gRPC status code.