Package | Description |
---|---|
org.apache.drill.exec.proto |
Modifier and Type | Method and Description |
---|---|
static UserProtos.HandshakeStatus |
UserProtos.HandshakeStatus.forNumber(int value) |
UserProtos.HandshakeStatus |
UserProtos.BitToUserHandshakeOrBuilder.getStatus()
optional .exec.user.HandshakeStatus status = 3; |
UserProtos.HandshakeStatus |
UserProtos.BitToUserHandshake.getStatus()
optional .exec.user.HandshakeStatus status = 3; |
UserProtos.HandshakeStatus |
UserProtos.BitToUserHandshake.Builder.getStatus()
optional .exec.user.HandshakeStatus status = 3; |
static UserProtos.HandshakeStatus |
UserProtos.HandshakeStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.HandshakeStatus |
UserProtos.HandshakeStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.HandshakeStatus |
UserProtos.HandshakeStatus.valueOf(String name)
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 Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.HandshakeStatus> |
UserProtos.HandshakeStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
UserProtos.BitToUserHandshake.Builder |
UserProtos.BitToUserHandshake.Builder.setStatus(UserProtos.HandshakeStatus value)
optional .exec.user.HandshakeStatus status = 3; |
Copyright © 1970 The Apache Software Foundation. All rights reserved.