Uses of Class
org.apache.drill.exec.rpc.control.ControlConnection
Packages that use ControlConnection
-
Uses of ControlConnection in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return ControlConnectionModifier and TypeMethodDescriptionprotected ControlConnectionControlClient.initRemoteConnection(io.netty.channel.socket.SocketChannel channel) protected ControlConnectionControlServer.initRemoteConnection(io.netty.channel.socket.SocketChannel channel) Methods in org.apache.drill.exec.rpc.control that return types with arguments of type ControlConnectionModifier and TypeMethodDescriptionprotected abstract BasicClient<?, ControlConnection, BitControl.BitControlHandshake, ?> ControlConnectionManager.getNewClient()protected BasicClient<?, ControlConnection, BitControl.BitControlHandshake, ?> LocalControlConnectionManager.getNewClient()protected BasicClient<?, ControlConnection, BitControl.BitControlHandshake, ?> RemoteControlConnectionManager.getNewClient()Methods in org.apache.drill.exec.rpc.control with parameters of type ControlConnectionModifier and TypeMethodDescriptionvoidControlTunnel.CancelQuery.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) voidControlTunnel.CustomMessageSender.doRpcCall(RpcOutcomeListener<BitControl.CustomMessage> outcomeListener, ControlConnection connection) voidControlTunnel.ReceiverFinished.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) voidControlTunnel.RequestProfile.doRpcCall(RpcOutcomeListener<UserBitShared.QueryProfile> outcomeListener, ControlConnection connection) voidControlTunnel.SendFragment.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) voidControlTunnel.SendFragmentStatus.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) voidControlTunnel.SignalFragment.doRpcCall(RpcOutcomeListener<GeneralRPCProtos.Ack> outcomeListener, ControlConnection connection) voidControlTunnel.SyncCustomMessageSender.doRpcCall(RpcOutcomeListener<BitControl.CustomMessage> outcomeListener, ControlConnection connection) protected voidControlClient.finalizeConnection(BitControl.BitControlHandshake handshake, ControlConnection connection) protected io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture> ControlClient.getCloseHandler(io.netty.channel.socket.SocketChannel ch, ControlConnection clientConnection) protected io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture> ControlServer.getCloseHandler(io.netty.channel.socket.SocketChannel ch, ControlConnection connection) ControlServer.getHandshakeHandler(ControlConnection connection) protected voidControlClient.handle(ControlConnection connection, int rpcType, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody, ResponseSender sender) Method parameters in org.apache.drill.exec.rpc.control with type arguments of type ControlConnectionModifier and TypeMethodDescriptionprotected voidControlClient.prepareSaslHandshake(RpcConnectionHandler<ControlConnection> connectionHandler, List<String> serverAuthMechanisms) -
Uses of ControlConnection in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch with parameters of type ControlConnectionModifier and TypeMethodDescriptionvoidControlMessageHandler.handle(ControlConnection connection, int rpcType, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody, ResponseSender sender)