| 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 |
AbstractRpcClient
Provides the basics for a RpcClient implementation like configuration and Logging.
|
class |
AsyncRpcClient
Netty client for the requests and responses
|
class |
RpcClientImpl
Does RPC against a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static RpcClient |
RpcClientFactory.createClient(Configuration conf,
java.lang.String clusterId)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|
static RpcClient |
RpcClientFactory.createClient(Configuration conf,
java.lang.String clusterId,
java.net.SocketAddress localAddr)
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
|