Uses of Class
org.apache.arrow.flight.CallStatus
Packages that use CallStatus
Package
Description
-
Uses of CallStatus in org.apache.arrow.flight
Fields in org.apache.arrow.flight declared as CallStatusModifier and TypeFieldDescriptionstatic final CallStatusCallStatus.ALREADY_EXISTSstatic final CallStatusCallStatus.CANCELLEDstatic final CallStatusCallStatus.INTERNALstatic final CallStatusCallStatus.INVALID_ARGUMENTstatic final CallStatusCallStatus.NOT_FOUNDstatic final CallStatusCallStatus.RESOURCE_EXHAUSTEDstatic final CallStatusCallStatus.TIMED_OUTstatic final CallStatusCallStatus.UNAUTHENTICATEDstatic final CallStatusCallStatus.UNAUTHORIZEDstatic final CallStatusCallStatus.UNAVAILABLEstatic final CallStatusCallStatus.UNIMPLEMENTEDstatic final CallStatusCallStatus.UNKNOWNMethods in org.apache.arrow.flight that return CallStatusModifier and TypeMethodDescriptionFlightRuntimeException.status()FlightStatusCode.toStatus()Create a blankCallStatuswith 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.Methods in org.apache.arrow.flight with parameters of type CallStatusModifier and TypeMethodDescriptionvoidFlightClientMiddleware.onCallCompleted(CallStatus status) A callback called after the call completes.voidFlightServerMiddleware.onCallCompleted(CallStatus status) Callback for when the underlying transport has completed a call.voidServerHeaderMiddleware.onCallCompleted(CallStatus status) voidServerSessionMiddleware.onCallCompleted(CallStatus status) -
Uses of CallStatus in org.apache.arrow.flight.auth2
Methods in org.apache.arrow.flight.auth2 with parameters of type CallStatusModifier and TypeMethodDescriptionvoidClientIncomingAuthHeaderMiddleware.onCallCompleted(CallStatus status) voidServerCallHeaderAuthMiddleware.onCallCompleted(CallStatus status) -
Uses of CallStatus in org.apache.arrow.flight.client
Methods in org.apache.arrow.flight.client with parameters of type CallStatus -
Uses of CallStatus in org.apache.arrow.flight.grpc
Methods in org.apache.arrow.flight.grpc that return CallStatusModifier and TypeMethodDescriptionstatic CallStatusStatusUtils.fromGrpcStatus(io.grpc.Status status) Convert from a gRPC status to a Flight status.static CallStatusStatusUtils.fromGrpcStatusAndTrailers(io.grpc.Status status, io.grpc.Metadata trailers) Convert from a gRPC Status & trailers to a Flight status.Methods in org.apache.arrow.flight.grpc with parameters of type CallStatusModifier and TypeMethodDescriptionstatic io.grpc.StatusStatusUtils.toGrpcStatus(CallStatus status) Convert from a Flight status to a gRPC status.