Uses of Enum
org.apache.arrow.flight.impl.Flight.CloseSessionResult.Status
-
Uses of Flight.CloseSessionResult.Status in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic CloseSessionResult.Status
CloseSessionResult.Status.fromProtocol
(Flight.CloseSessionResult.Status proto) -
Uses of Flight.CloseSessionResult.Status in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.CloseSessionResult.Status.forNumber
(int value) Flight.CloseSessionResult.Builder.getStatus()
.arrow.flight.protocol.CloseSessionResult.Status status = 1;
Flight.CloseSessionResult.getStatus()
.arrow.flight.protocol.CloseSessionResult.Status status = 1;
Flight.CloseSessionResultOrBuilder.getStatus()
.arrow.flight.protocol.CloseSessionResult.Status status = 1;
Flight.CloseSessionResult.Status.valueOf
(int value) Deprecated.Flight.CloseSessionResult.Status.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Flight.CloseSessionResult.Status[]
Flight.CloseSessionResult.Status.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.CloseSessionResult.Status>
Flight.CloseSessionResult.Status.internalGetValueMap()
Modifier and TypeMethodDescriptionFlight.CloseSessionResult.Builder.setStatus
(Flight.CloseSessionResult.Status value) .arrow.flight.protocol.CloseSessionResult.Status status = 1;