Uses of Enum
org.apache.drill.exec.proto.UserProtos.HandshakeStatus
-
Uses of UserProtos.HandshakeStatus in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic UserProtos.HandshakeStatus
UserProtos.HandshakeStatus.forNumber
(int value) UserProtos.BitToUserHandshake.Builder.getStatus()
optional .exec.user.HandshakeStatus status = 3;
UserProtos.BitToUserHandshake.getStatus()
optional .exec.user.HandshakeStatus status = 3;
UserProtos.BitToUserHandshakeOrBuilder.getStatus()
optional .exec.user.HandshakeStatus status = 3;
static UserProtos.HandshakeStatus
UserProtos.HandshakeStatus.valueOf
(int value) Deprecated.static UserProtos.HandshakeStatus
UserProtos.HandshakeStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.HandshakeStatus
Returns the enum constant of this type with the specified name.static UserProtos.HandshakeStatus[]
UserProtos.HandshakeStatus.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<UserProtos.HandshakeStatus>
UserProtos.HandshakeStatus.internalGetValueMap()
Modifier and TypeMethodDescriptionUserProtos.BitToUserHandshake.Builder.setStatus
(UserProtos.HandshakeStatus value) optional .exec.user.HandshakeStatus status = 3;