|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HBaseClient.Call | |
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
| Uses of HBaseClient.Call in org.apache.hadoop.hbase.ipc |
|---|
| Subclasses of HBaseClient.Call in org.apache.hadoop.hbase.ipc | |
|---|---|
protected class |
HBaseClient.ParallelCall
Call implementation used for parallel calls. |
| Fields in org.apache.hadoop.hbase.ipc with type parameters of type HBaseClient.Call | |
|---|---|
protected ConcurrentSkipListMap<Integer,HBaseClient.Call> |
HBaseClient.Connection.calls
|
| Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseClient.Call | |
|---|---|
protected boolean |
HBaseClient.Connection.addCall(HBaseClient.Call call)
Add a call to this connection's call queue and notify a listener; synchronized. |
protected HBaseClient.Connection |
HBaseClient.getConnection(InetSocketAddress addr,
Class<? extends VersionedProtocol> protocol,
User ticket,
int rpcTimeout,
HBaseClient.Call call)
|
protected void |
HBaseClient.Connection.sendParam(HBaseClient.Call call)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||