Package | Description |
---|---|
org.apache.drill.exec.proto | |
org.apache.drill.exec.rpc.data |
Modifier and Type | Method and Description |
---|---|
static BitData.RpcType |
BitData.RpcType.forNumber(int value) |
static BitData.RpcType |
BitData.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BitData.RpcType |
BitData.RpcType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BitData.RpcType |
BitData.RpcType.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<BitData.RpcType> |
BitData.RpcType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
DataClientConnection.send(RpcOutcomeListener<RECEIVE> outcomeListener,
BitData.RpcType rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
io.netty.buffer.ByteBuf... dataBodies) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.