Package org.apache.arrow.flight.impl
Interface Flight.CloseSessionResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.CloseSessionResult
,Flight.CloseSessionResult.Builder
- Enclosing class:
- Flight
public static interface Flight.CloseSessionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.arrow.flight.protocol.CloseSessionResult.Status status = 1;
int
.arrow.flight.protocol.CloseSessionResult.Status status = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStatusValue
int getStatusValue().arrow.flight.protocol.CloseSessionResult.Status status = 1;
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Flight.CloseSessionResult.Status getStatus().arrow.flight.protocol.CloseSessionResult.Status status = 1;
- Returns:
- The status.
-