Uses of Class
org.apache.arrow.flight.CallStatus
Package
Description
-
Uses of CallStatus in org.apache.arrow.flight
Modifier and TypeFieldDescriptionstatic final CallStatus
CallStatus.ALREADY_EXISTS
static final CallStatus
CallStatus.CANCELLED
static final CallStatus
CallStatus.INTERNAL
static final CallStatus
CallStatus.INVALID_ARGUMENT
static final CallStatus
CallStatus.NOT_FOUND
static final CallStatus
CallStatus.RESOURCE_EXHAUSTED
static final CallStatus
CallStatus.TIMED_OUT
static final CallStatus
CallStatus.UNAUTHENTICATED
static final CallStatus
CallStatus.UNAUTHORIZED
static final CallStatus
CallStatus.UNAVAILABLE
static final CallStatus
CallStatus.UNIMPLEMENTED
static final CallStatus
CallStatus.UNKNOWN
Modifier and TypeMethodDescriptionFlightRuntimeException.status()
FlightStatusCode.toStatus()
Create a blankCallStatus
with this code.Return a copy of this status with the given exception as the cause.CallStatus.withDescription
(String message) Return a copy of this status with an error message.CallStatus.withMetadata
(ErrorFlightMetadata metadata) Return a copy of this status with associated exception metadata.Modifier and TypeMethodDescriptionvoid
FlightClientMiddleware.onCallCompleted
(CallStatus status) A callback called after the call completes.void
FlightServerMiddleware.onCallCompleted
(CallStatus status) Callback for when the underlying transport has completed a call.void
ServerHeaderMiddleware.onCallCompleted
(CallStatus status) void
ServerSessionMiddleware.onCallCompleted
(CallStatus status) -
Uses of CallStatus in org.apache.arrow.flight.auth2
Modifier and TypeMethodDescriptionvoid
ClientIncomingAuthHeaderMiddleware.onCallCompleted
(CallStatus status) void
ServerCallHeaderAuthMiddleware.onCallCompleted
(CallStatus status) -
Uses of CallStatus in org.apache.arrow.flight.client
-
Uses of CallStatus in org.apache.arrow.flight.grpc
Modifier and TypeMethodDescriptionstatic CallStatus
StatusUtils.fromGrpcStatus
(io.grpc.Status status) Convert from a gRPC status to a Flight status.static CallStatus
StatusUtils.fromGrpcStatusAndTrailers
(io.grpc.Status status, io.grpc.Metadata trailers) Convert from a gRPC Status & trailers to a Flight status.Modifier and TypeMethodDescriptionstatic io.grpc.Status
StatusUtils.toGrpcStatus
(CallStatus status) Convert from a Flight status to a gRPC status.