| Package | Description |
|---|---|
| org.apache.drill.exec.proto | |
| org.apache.drill.exec.rpc |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcMode.forNumber(int value) |
GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcHeaderOrBuilder.getMode()
optional .exec.rpc.RpcMode mode = 1; |
GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcHeader.getMode()
optional .exec.rpc.RpcMode mode = 1; |
GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcHeader.Builder.getMode()
optional .exec.rpc.RpcMode mode = 1; |
static GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GeneralRPCProtos.RpcMode |
GeneralRPCProtos.RpcMode.valueOf(String name)
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 Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<GeneralRPCProtos.RpcMode> |
GeneralRPCProtos.RpcMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRPCProtos.RpcHeader.Builder |
GeneralRPCProtos.RpcHeader.Builder.setMode(GeneralRPCProtos.RpcMode value)
optional .exec.rpc.RpcMode mode = 1; |
| Modifier and Type | Field and Description |
|---|---|
GeneralRPCProtos.RpcMode |
RpcMessage.mode |
| Constructor and Description |
|---|
InboundRpcMessage(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) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.