Class NettyRpcConnection

java.lang.Object
org.apache.hadoop.hbase.ipc.RpcConnection
org.apache.hadoop.hbase.ipc.NettyRpcConnection

@Private class NettyRpcConnection extends RpcConnection
RPC connection implementation based on netty.

Most operations are executed in handlers. Netty handler is always executed in the same thread(EventLoop) so no lock is needed.

Implementation assumptions: All the private methods should be called in the eventLoop thread, otherwise there will be races.

Since:
2.0.0