| Package | Description |
|---|---|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.SaslSupport |
UserProtos.SaslSupport.forNumber(int value) |
UserProtos.SaslSupport |
UserProtos.UserToBitHandshakeOrBuilder.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9; |
UserProtos.SaslSupport |
UserProtos.UserToBitHandshake.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9; |
UserProtos.SaslSupport |
UserProtos.UserToBitHandshake.Builder.getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9; |
static UserProtos.SaslSupport |
UserProtos.SaslSupport.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.SaslSupport |
UserProtos.SaslSupport.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.SaslSupport |
UserProtos.SaslSupport.valueOf(String name)
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 Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.SaslSupport> |
UserProtos.SaslSupport.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.UserToBitHandshake.Builder |
UserProtos.UserToBitHandshake.Builder.setSaslSupport(UserProtos.SaslSupport value)
optional .exec.user.SaslSupport sasl_support = 9; |
Copyright © 2021 The Apache Software Foundation. All rights reserved.