Uses of Enum
org.apache.drill.exec.proto.UserProtos.SaslSupport
-
Uses of UserProtos.SaslSupport in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic UserProtos.SaslSupport
UserProtos.SaslSupport.forNumber
(int value) UserProtos.UserToBitHandshake.Builder.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9;
UserProtos.UserToBitHandshake.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9;
UserProtos.UserToBitHandshakeOrBuilder.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9;
static UserProtos.SaslSupport
UserProtos.SaslSupport.valueOf
(int value) Deprecated.static UserProtos.SaslSupport
UserProtos.SaslSupport.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.SaslSupport
Returns the enum constant of this type with the specified name.static UserProtos.SaslSupport[]
UserProtos.SaslSupport.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.SaslSupport>
UserProtos.SaslSupport.internalGetValueMap()
Modifier and TypeMethodDescriptionUserProtos.UserToBitHandshake.Builder.setSaslSupport
(UserProtos.SaslSupport value) optional .exec.user.SaslSupport sasl_support = 9;