| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.ipc |
| Modifier and Type | Class and Description |
|---|---|
static class |
TestClientTimeouts.RandomTimeoutRpcClient
Rpc Channel implementation with RandomTimeoutBlockingRpcChannel
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRpcClient
Netty client for the requests and responses
|
class |
RpcClientImpl
Does RPC against a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractRpcClient |
AbstractTestIPC.createRpcClient(Configuration conf) |
protected AbstractRpcClient |
IntegrationTestRpcClient.createRpcClient(Configuration conf,
boolean isSyncClient) |
protected abstract AbstractRpcClient |
AbstractTestIPC.createRpcClientNoCodec(Configuration conf) |
protected abstract AbstractRpcClient |
AbstractTestIPC.createRpcClientRTEDuringConnectionSetup(Configuration conf) |
| Constructor and Description |
|---|
BlockingRpcChannelImplementation(AbstractRpcClient rpcClient,
ServerName sn,
User ticket,
int channelOperationTimeout) |