Uses of Enum
org.apache.drill.exec.proto.UserBitShared.RpcChannel
Packages that use UserBitShared.RpcChannel
-
Uses of UserBitShared.RpcChannel in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserBitShared.RpcChannelModifier and TypeMethodDescriptionstatic UserBitShared.RpcChannel
UserBitShared.RpcChannel.forNumber
(int value) BitControl.BitControlHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitControl.BitControlHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitControl.BitControlHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitData.BitClientHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
BitData.BitClientHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
BitData.BitClientHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
UserProtos.UserToBitHandshake.Builder.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER];
UserProtos.UserToBitHandshake.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER];
UserProtos.UserToBitHandshakeOrBuilder.getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER];
static UserBitShared.RpcChannel
UserBitShared.RpcChannel.valueOf
(int value) Deprecated.static UserBitShared.RpcChannel
UserBitShared.RpcChannel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserBitShared.RpcChannel
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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.RpcChannelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserBitShared.RpcChannel>
UserBitShared.RpcChannel.internalGetValueMap()
Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.RpcChannelModifier and TypeMethodDescriptionBitControl.BitControlHandshake.Builder.setChannel
(UserBitShared.RpcChannel value) optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];
BitData.BitClientHandshake.Builder.setChannel
(UserBitShared.RpcChannel value) optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
UserProtos.UserToBitHandshake.Builder.setChannel
(UserBitShared.RpcChannel value) optional .exec.shared.RpcChannel channel = 1 [default = USER];