| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncRpcClient |
TestAsyncIPC.createRpcClient(Configuration conf) |
protected AsyncRpcClient |
TestAsyncIPC.createRpcClientNoCodec(Configuration conf) |
protected AsyncRpcClient |
TestAsyncIPC.createRpcClientRTEDuringConnectionSetup(Configuration conf) |
| Constructor and Description |
|---|
AsyncRpcChannel(Bootstrap bootstrap,
AsyncRpcClient client,
User ticket,
String serviceName,
InetSocketAddress address)
Constructor for netty RPC channel
|
RpcChannelImplementation(AsyncRpcClient rpcClient,
ServerName sn,
User ticket,
int channelOperationTimeout) |