Package | Description |
---|---|
org.apache.tajo.rpc |
Modifier and Type | Field and Description |
---|---|
protected RpcConnectionPool |
ServerCallable.connPool |
Modifier and Type | Method and Description |
---|---|
static RpcConnectionPool |
RpcConnectionPool.getPool(TajoConf conf) |
static RpcConnectionPool |
RpcConnectionPool.newPool(TajoConf conf,
String poolName,
int workerNum) |
Constructor and Description |
---|
ServerCallable(RpcConnectionPool connPool,
InetSocketAddress addr,
Class protocol,
boolean asyncMode) |
ServerCallable(RpcConnectionPool connPool,
InetSocketAddress addr,
Class protocol,
boolean asyncMode,
boolean closeConn) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.