Class ControlTunnel.SignalFragment
java.lang.Object
org.apache.drill.exec.rpc.ListeningCommand<GeneralRPCProtos.Ack,ControlConnection,BitControl.RpcType,ExecProtos.FragmentHandle>
org.apache.drill.exec.rpc.control.ControlTunnel.SignalFragment
- All Implemented Interfaces:
RpcCommand<GeneralRPCProtos.Ack,
,ControlConnection, BitControl.RpcType, ExecProtos.FragmentHandle> RpcConnectionHandler<ControlConnection>
- Enclosing class:
- ControlTunnel
public static class ControlTunnel.SignalFragment
extends ListeningCommand<GeneralRPCProtos.Ack,ControlConnection,BitControl.RpcType,ExecProtos.FragmentHandle>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.exec.rpc.RpcConnectionHandler
RpcConnectionHandler.FailureType
-
Constructor Summary
ConstructorDescriptionSignalFragment
(RpcOutcomeListener<GeneralRPCProtos.Ack> listener, ExecProtos.FragmentHandle handle, BitControl.RpcType type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doRpcCall
(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) Methods inherited from class org.apache.drill.exec.rpc.ListeningCommand
connectionAvailable, connectionFailed, connectionSucceeded, getOutcomeListener
-
Constructor Details
-
SignalFragment
public SignalFragment(RpcOutcomeListener<GeneralRPCProtos.Ack> listener, ExecProtos.FragmentHandle handle, BitControl.RpcType type)
-
-
Method Details
-
doRpcCall
public void doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) - Specified by:
doRpcCall
in classListeningCommand<GeneralRPCProtos.Ack,
ControlConnection, BitControl.RpcType, ExecProtos.FragmentHandle>
-
getRpcType
-
getMessage
-