| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractRpcClientProvides the basics for a RpcClient implementation like configuration and Logging. | 
| class  | AsyncRpcClientNetty client for the requests and responses | 
| class  | RpcClientImplDoes RPC against a cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId)Helper method for tests only. | 
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId,
            MetricsConnection metrics)Creates a new RpcClient by the class defined in the configuration or falls back to
 RpcClientImpl | 
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId,
            SocketAddress localAddr,
            MetricsConnection metrics)Creates a new RpcClient by the class defined in the configuration or falls back to
 RpcClientImpl | 
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.