Package | Description |
---|---|
org.apache.drill.exec.proto | |
org.apache.drill.exec.rpc.control |
Modifier and Type | Method and Description |
---|---|
static BitControl.RpcType |
BitControl.RpcType.forNumber(int value) |
static BitControl.RpcType |
BitControl.RpcType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BitControl.RpcType |
BitControl.RpcType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BitControl.RpcType |
BitControl.RpcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitControl.RpcType[] |
BitControl.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<BitControl.RpcType> |
BitControl.RpcType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
BitControl.RpcType |
ControlTunnel.SendFragmentStatus.getRpcType() |
BitControl.RpcType |
ControlTunnel.ReceiverFinished.getRpcType() |
BitControl.RpcType |
ControlTunnel.SignalFragment.getRpcType() |
BitControl.RpcType |
ControlTunnel.SendFragment.getRpcType() |
BitControl.RpcType |
ControlTunnel.RequestProfile.getRpcType() |
BitControl.RpcType |
ControlTunnel.CancelQuery.getRpcType() |
BitControl.RpcType |
ControlTunnel.CustomMessageSender.getRpcType() |
BitControl.RpcType |
ControlTunnel.SyncCustomMessageSender.getRpcType() |
Modifier and Type | Method and Description |
---|---|
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
ControlConnection.send(RpcOutcomeListener<RECEIVE> outcomeListener,
BitControl.RpcType rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
io.netty.buffer.ByteBuf... dataBodies) |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
ControlConnection.sendUnsafe(RpcOutcomeListener<RECEIVE> outcomeListener,
BitControl.RpcType rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
io.netty.buffer.ByteBuf... dataBodies) |
Constructor and Description |
---|
SignalFragment(RpcOutcomeListener<GeneralRPCProtos.Ack> listener,
ExecProtos.FragmentHandle handle,
BitControl.RpcType type) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.