Uses of Enum
org.apache.drill.exec.proto.GeneralRPCProtos.RpcMode
Packages that use GeneralRPCProtos.RpcMode
-
Uses of GeneralRPCProtos.RpcMode in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return GeneralRPCProtos.RpcModeModifier and TypeMethodDescriptionstatic GeneralRPCProtos.RpcModeGeneralRPCProtos.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.RpcModeGeneralRPCProtos.RpcMode.valueOf(int value) Deprecated.static GeneralRPCProtos.RpcModeGeneralRPCProtos.RpcMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static GeneralRPCProtos.RpcModeReturns 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.Methods in org.apache.drill.exec.proto that return types with arguments of type GeneralRPCProtos.RpcModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<GeneralRPCProtos.RpcMode> GeneralRPCProtos.RpcMode.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type GeneralRPCProtos.RpcModeModifier and TypeMethodDescriptionGeneralRPCProtos.RpcHeader.Builder.setMode(GeneralRPCProtos.RpcMode value) optional .exec.rpc.RpcMode mode = 1; -
Uses of GeneralRPCProtos.RpcMode in org.apache.drill.exec.rpc
Fields in org.apache.drill.exec.rpc declared as GeneralRPCProtos.RpcModeConstructors in org.apache.drill.exec.rpc with parameters of type GeneralRPCProtos.RpcModeModifierConstructorDescriptionInboundRpcMessage(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)