blob: 6f7d63d985033d393f8cd2e8cf1c5e878d29281c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.drill.exec.rpc (Drill : 1.20.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../org/apache/drill/exec/rpc/package-summary.html" target="classFrame">org.apache.drill.exec.rpc</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="ChannelListenerWithCoordinationId.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ChannelListenerWithCoordinationId</span></a></li>
<li><a href="ClientConnection.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ClientConnection</span></a></li>
<li><a href="ConnectionConfig.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ConnectionConfig</span></a></li>
<li><a href="ConnectionThrottle.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ConnectionThrottle</span></a></li>
<li><a href="DrillRpcFuture.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">DrillRpcFuture</span></a></li>
<li><a href="EncryptionContext.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">EncryptionContext</span></a></li>
<li><a href="OutOfMemoryHandler.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">OutOfMemoryHandler</span></a></li>
<li><a href="RemoteConnection.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RemoteConnection</span></a></li>
<li><a href="RequestHandler.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RequestHandler</span></a></li>
<li><a href="ResponseSender.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ResponseSender</span></a></li>
<li><a href="RpcCommand.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RpcCommand</span></a></li>
<li><a href="RpcConnectionHandler.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RpcConnectionHandler</span></a></li>
<li><a href="RpcMetrics.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RpcMetrics</span></a></li>
<li><a href="RpcOutcome.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RpcOutcome</span></a></li>
<li><a href="RpcOutcomeListener.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">RpcOutcomeListener</span></a></li>
<li><a href="SaslCodec.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">SaslCodec</span></a></li>
<li><a href="ServerConnection.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">ServerConnection</span></a></li>
<li><a href="UserClientConnection.html" title="interface in org.apache.drill.exec.rpc" target="classFrame"><span class="interfaceName">UserClientConnection</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AbstractClientConnection.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractClientConnection</a></li>
<li><a href="AbstractConnectionConfig.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractConnectionConfig</a></li>
<li><a href="AbstractDisposableUserClientConnection.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractDisposableUserClientConnection</a></li>
<li><a href="AbstractHandshakeHandler.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractHandshakeHandler</a></li>
<li><a href="AbstractRemoteConnection.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractRemoteConnection</a></li>
<li><a href="AbstractRpcMetrics.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractRpcMetrics</a></li>
<li><a href="AbstractServerConnection.html" title="class in org.apache.drill.exec.rpc" target="classFrame">AbstractServerConnection</a></li>
<li><a href="Acks.html" title="class in org.apache.drill.exec.rpc" target="classFrame">Acks</a></li>
<li><a href="BaseRpcOutcomeListener.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BaseRpcOutcomeListener</a></li>
<li><a href="BasicClient.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BasicClient</a></li>
<li><a href="BasicServer.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BasicServer</a></li>
<li><a href="BasicServer.ServerHandshakeHandler.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BasicServer.ServerHandshakeHandler</a></li>
<li><a href="BitConnectionConfig.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BitConnectionConfig</a></li>
<li><a href="BitRpcUtility.html" title="class in org.apache.drill.exec.rpc" target="classFrame">BitRpcUtility</a></li>
<li><a href="ConnectionMultiListener.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ConnectionMultiListener</a></li>
<li><a href="ConnectionMultiListener.Builder.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ConnectionMultiListener.Builder</a></li>
<li><a href="ConnectionMultiListener.SSLHandshakeListener.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ConnectionMultiListener.SSLHandshakeListener</a></li>
<li><a href="DynamicSemaphore.html" title="class in org.apache.drill.exec.rpc" target="classFrame">DynamicSemaphore</a></li>
<li><a href="EncryptionContextImpl.html" title="class in org.apache.drill.exec.rpc" target="classFrame">EncryptionContextImpl</a></li>
<li><a href="FailingRequestHandler.html" title="class in org.apache.drill.exec.rpc" target="classFrame">FailingRequestHandler</a></li>
<li><a href="FutureBitCommand.html" title="class in org.apache.drill.exec.rpc" target="classFrame">FutureBitCommand</a></li>
<li><a href="InboundRpcMessage.html" title="class in org.apache.drill.exec.rpc" target="classFrame">InboundRpcMessage</a></li>
<li><a href="ListeningCommand.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ListeningCommand</a></li>
<li><a href="NamedThreadFactory.html" title="class in org.apache.drill.exec.rpc" target="classFrame">NamedThreadFactory</a></li>
<li><a href="OutboundRpcMessage.html" title="class in org.apache.drill.exec.rpc" target="classFrame">OutboundRpcMessage</a></li>
<li><a href="ProtobufLengthDecoder.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ProtobufLengthDecoder</a></li>
<li><a href="ReconnectingConnection.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ReconnectingConnection</a></li>
<li><a href="ResettableBarrier.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ResettableBarrier</a></li>
<li><a href="Response.html" title="class in org.apache.drill.exec.rpc" target="classFrame">Response</a></li>
<li><a href="RpcBus.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcBus</a></li>
<li><a href="RpcCheckedFuture.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcCheckedFuture</a></li>
<li><a href="RpcConfig.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcConfig</a></li>
<li><a href="RpcConfig.RpcConfigBuilder.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcConfig.RpcConfigBuilder</a></li>
<li><a href="RpcConfig.RpcMessageType.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcConfig.RpcMessageType</a></li>
<li><a href="RpcConstants.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcConstants</a></li>
<li><a href="RpcExceptionHandler.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcExceptionHandler</a></li>
<li><a href="RpcMessage.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcMessage</a></li>
<li><a href="TransportCheck.html" title="class in org.apache.drill.exec.rpc" target="classFrame">TransportCheck</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="RpcConnectionHandler.FailureType.html" title="enum in org.apache.drill.exec.rpc" target="classFrame">RpcConnectionHandler.FailureType</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="ChannelClosedException.html" title="class in org.apache.drill.exec.rpc" target="classFrame">ChannelClosedException</a></li>
<li><a href="NonTransientRpcException.html" title="class in org.apache.drill.exec.rpc" target="classFrame">NonTransientRpcException</a></li>
<li><a href="RpcException.html" title="class in org.apache.drill.exec.rpc" target="classFrame">RpcException</a></li>
<li><a href="UserRpcException.html" title="class in org.apache.drill.exec.rpc" target="classFrame">UserRpcException</a></li>
</ul>
</div>
</body>
</html>