Uses of Enum
org.apache.drill.exec.proto.GeneralRPCProtos.RpcMode
-
Uses of GeneralRPCProtos.RpcMode in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic GeneralRPCProtos.RpcMode
GeneralRPCProtos.RpcMode.forNumber
(int value) GeneralRPCProtos.RpcHeader.Builder.getMode()
optional .exec.rpc.RpcMode mode = 1;
GeneralRPCProtos.RpcHeader.getMode()
optional .exec.rpc.RpcMode mode = 1;
GeneralRPCProtos.RpcHeaderOrBuilder.getMode()
optional .exec.rpc.RpcMode mode = 1;
static GeneralRPCProtos.RpcMode
GeneralRPCProtos.RpcMode.valueOf
(int value) Deprecated.static GeneralRPCProtos.RpcMode
GeneralRPCProtos.RpcMode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GeneralRPCProtos.RpcMode
Returns the enum constant of this type with the specified name.static GeneralRPCProtos.RpcMode[]
GeneralRPCProtos.RpcMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<GeneralRPCProtos.RpcMode>
GeneralRPCProtos.RpcMode.internalGetValueMap()
Modifier and TypeMethodDescriptionGeneralRPCProtos.RpcHeader.Builder.setMode
(GeneralRPCProtos.RpcMode value) optional .exec.rpc.RpcMode mode = 1;
-
Uses of GeneralRPCProtos.RpcMode in org.apache.drill.exec.rpc
ModifierConstructorDescriptionInboundRpcMessage
(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody) OutboundRpcMessage
(GeneralRPCProtos.RpcMode mode, com.google.protobuf.Internal.EnumLite rpcType, int coordinationId, com.google.protobuf.MessageLite pBody, io.netty.buffer.ByteBuf... dBodies) RpcMessage
(GeneralRPCProtos.RpcMode mode, int rpcType, int coordinationId)