| Package | Description |
|---|---|
| org.apache.tajo.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRpcClient |
class |
BlockingRpcClient |
| Modifier and Type | Method and Description |
|---|---|
NettyClientBase |
RpcClientManager.getClient(InetSocketAddress addr,
Class<?> protocolClass,
boolean asyncMode)
Connect a
NettyClientBase to the remote NettyServerBase, and returns rpc client by protocol. |
protected static NettyClientBase |
RpcClientManager.remove(org.apache.tajo.rpc.RpcClientManager.RpcConnectionKey key) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
ServerCallable.call(NettyClientBase client) |
static void |
RpcClientManager.cleanup(NettyClientBase... clients) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.