Uses of Enum
org.apache.drill.exec.proto.UserProtos.HandshakeStatus
Packages that use UserProtos.HandshakeStatus
-
Uses of UserProtos.HandshakeStatus in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.HandshakeStatusModifier and TypeMethodDescriptionstatic UserProtos.HandshakeStatusUserProtos.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.HandshakeStatusUserProtos.HandshakeStatus.valueOf(int value) Deprecated.static UserProtos.HandshakeStatusUserProtos.HandshakeStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.HandshakeStatusReturns 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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.HandshakeStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.HandshakeStatus> UserProtos.HandshakeStatus.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.HandshakeStatusModifier and TypeMethodDescriptionUserProtos.BitToUserHandshake.Builder.setStatus(UserProtos.HandshakeStatus value) optional .exec.user.HandshakeStatus status = 3;