| Package | Description |
|---|---|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
static UserBitShared.RpcChannel |
UserBitShared.RpcChannel.forNumber(int value) |
UserBitShared.RpcChannel |
BitControl.BitControlHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
UserBitShared.RpcChannel |
BitControl.BitControlHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
UserBitShared.RpcChannel |
BitControl.BitControlHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
UserBitShared.RpcChannel |
BitData.BitClientHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA]; |
UserBitShared.RpcChannel |
BitData.BitClientHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA]; |
UserBitShared.RpcChannel |
BitData.BitClientHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA]; |
UserBitShared.RpcChannel |
UserProtos.UserToBitHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
UserBitShared.RpcChannel |
UserProtos.UserToBitHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
UserBitShared.RpcChannel |
UserProtos.UserToBitHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
static UserBitShared.RpcChannel |
UserBitShared.RpcChannel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserBitShared.RpcChannel |
UserBitShared.RpcChannel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserBitShared.RpcChannel |
UserBitShared.RpcChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserBitShared.RpcChannel[] |
UserBitShared.RpcChannel.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<UserBitShared.RpcChannel> |
UserBitShared.RpcChannel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BitControl.BitControlHandshake.Builder |
BitControl.BitControlHandshake.Builder.setChannel(UserBitShared.RpcChannel value)
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
BitData.BitClientHandshake.Builder |
BitData.BitClientHandshake.Builder.setChannel(UserBitShared.RpcChannel value)
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA]; |
UserProtos.UserToBitHandshake.Builder |
UserProtos.UserToBitHandshake.Builder.setChannel(UserBitShared.RpcChannel value)
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
Copyright © 2021 The Apache Software Foundation. All rights reserved.