Uses of Enum
org.apache.drill.exec.proto.BitData.RpcType
Packages that use BitData.RpcType
-
Uses of BitData.RpcType in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return BitData.RpcTypeModifier and TypeMethodDescriptionstatic BitData.RpcTypeBitData.RpcType.forNumber(int value) static BitData.RpcTypeBitData.RpcType.valueOf(int value) Deprecated.static BitData.RpcTypeBitData.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BitData.RpcTypeReturns the enum constant of this type with the specified name.static BitData.RpcType[]BitData.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 BitData.RpcTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BitData.RpcType> BitData.RpcType.internalGetValueMap() -
Uses of BitData.RpcType in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data with parameters of type BitData.RpcTypeModifier and TypeMethodDescription<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite>
voidDataClientConnection.send(RpcOutcomeListener<RECEIVE> outcomeListener, BitData.RpcType rpcType, SEND protobufBody, Class<RECEIVE> clazz, io.netty.buffer.ByteBuf... dataBodies)