Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
HBaseClient.ParallelCall
Call implementation used for parallel calls.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentSkipListMap<Integer,HBaseClient.Call> |
HBaseClient.Connection.calls |
Modifier and Type | Method and Description |
---|---|
protected void |
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) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.