Uses of Interface
org.apache.hadoop.hbase.ipc.RpcClient
Packages that use org.apache.hadoop.hbase.ipc.RpcClient
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
- 
Uses of org.apache.hadoop.hbase.ipc.RpcClient in org.apache.hadoop.hbase.clientFields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.ipc.RpcClient in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.ipc.RpcClientAsyncConnectionImpl.rpcClientMethods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.ipc.RpcClient in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcClientAsyncClusterConnection.getRpcClient()Get the rpc client we used to communicate with other servers.
- 
Uses of org.apache.hadoop.hbase.ipc.RpcClient in org.apache.hadoop.hbase.ipcClasses in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcClient in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ipc.AbstractRpcClient<T extends org.apache.hadoop.hbase.ipc.RpcConnection>Provides the basics for a RpcClient implementation like configuration and Logging.classorg.apache.hadoop.hbase.ipc.BlockingRpcClientDoes RPC against a cluster.classorg.apache.hadoop.hbase.ipc.NettyRpcClientNetty client for the requests and responses.Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcClient in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ipc.RpcClientRpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId) Helper method for tests only.static org.apache.hadoop.hbase.ipc.RpcClientRpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String, byte[]> connectionAttributes) Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImplstatic org.apache.hadoop.hbase.ipc.RpcClientRpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, org.apache.hadoop.hbase.client.MetricsConnection metrics) Creates a new RpcClient by the class defined in the configuration or falls back to RpcClientImpl