Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
private AsyncRpcChannel |
AsyncServerResponseHandler.channel |
private AsyncRpcChannel |
AsyncRpcChannel.CallWriteListener.rpcChannel |
Modifier and Type | Field and Description |
---|---|
private PoolMap<Integer,AsyncRpcChannel> |
AsyncRpcClient.connections |
Modifier and Type | Method and Description |
---|---|
private AsyncRpcChannel |
AsyncRpcClient.createRpcChannel(String serviceName,
InetSocketAddress location,
User ticket)
Creates an RPC client
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncRpcClient.removeConnection(AsyncRpcChannel connection)
Remove connection from pool
|
Constructor and Description |
---|
AsyncRpcChannel.CallWriteListener(AsyncRpcChannel asyncRpcChannel,
int id) |
AsyncServerResponseHandler(AsyncRpcChannel channel)
Constructor
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.