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.RpcChannelUserBitShared.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.RpcChannelUserBitShared.RpcChannel.valueOf(int value) Deprecated.static UserBitShared.RpcChannelUserBitShared.RpcChannel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserBitShared.RpcChannelReturns 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];