Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentSkipListMap<Integer,RpcClient.Call> |
RpcClient.Connection.calls |
Modifier and Type | Method and Description |
---|---|
protected void |
RpcClient.Connection.addCall(RpcClient.Call call)
Add a call to this connection's call queue and notify
a listener; synchronized.
|
protected RpcClient.Connection |
RpcClient.getConnection(User ticket,
RpcClient.Call call,
InetSocketAddress addr,
int rpcTimeout,
Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor) |
protected void |
RpcClient.Connection.writeRequest(RpcClient.Call call,
int priority)
Initiates a call by sending the parameter to the remote server.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.