Uses of Enum
org.apache.drill.exec.proto.BitControl.RpcType
Packages that use BitControl.RpcType
-
Uses of BitControl.RpcType in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return BitControl.RpcTypeModifier and TypeMethodDescriptionstatic BitControl.RpcTypeBitControl.RpcType.forNumber(int value) static BitControl.RpcTypeBitControl.RpcType.valueOf(int value) Deprecated.static BitControl.RpcTypeBitControl.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BitControl.RpcTypeReturns the enum constant of this type with the specified name.static BitControl.RpcType[]BitControl.RpcType.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 BitControl.RpcTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BitControl.RpcType> BitControl.RpcType.internalGetValueMap() -
Uses of BitControl.RpcType in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return BitControl.RpcTypeModifier and TypeMethodDescriptionControlTunnel.CancelQuery.getRpcType()ControlTunnel.CustomMessageSender.getRpcType()ControlTunnel.ReceiverFinished.getRpcType()ControlTunnel.RequestProfile.getRpcType()ControlTunnel.SendFragment.getRpcType()ControlTunnel.SendFragmentStatus.getRpcType()ControlTunnel.SignalFragment.getRpcType()ControlTunnel.SyncCustomMessageSender.getRpcType()Methods in org.apache.drill.exec.rpc.control with parameters of type BitControl.RpcTypeModifier and TypeMethodDescription<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite>
voidControlConnection.send(RpcOutcomeListener<RECEIVE> outcomeListener, BitControl.RpcType rpcType, SEND protobufBody, Class<RECEIVE> clazz, io.netty.buffer.ByteBuf... dataBodies) <SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite>
voidControlConnection.sendUnsafe(RpcOutcomeListener<RECEIVE> outcomeListener, BitControl.RpcType rpcType, SEND protobufBody, Class<RECEIVE> clazz, io.netty.buffer.ByteBuf... dataBodies) Constructors in org.apache.drill.exec.rpc.control with parameters of type BitControl.RpcTypeModifierConstructorDescriptionSignalFragment(RpcOutcomeListener<GeneralRPCProtos.Ack> listener, ExecProtos.FragmentHandle handle, BitControl.RpcType type)