| Class | Description |
|---|---|
| AbstractRpcClient |
Provides the basics for a RpcClient implementation like configuration and Logging.
|
| AbstractRpcClient.BlockingRpcChannelImplementation |
Blocking rpc channel that goes via hbase rpc.
|
| AsyncCall |
Represents an Async Hbase call and its response.
|
| AsyncPayloadCarryingRpcController |
Optionally carries Cells across the proxy/service interface down into ipc.
|
| AsyncRpcChannel |
Netty RPC channel
|
| AsyncRpcClient |
Netty client for the requests and responses
|
| AsyncRpcClient.RpcChannelImplementation |
Blocking rpc channel that goes via hbase rpc.
|
| AsyncServerResponseHandler |
Handles Hbase responses
|
| TimeLimitedRpcController |