Uses of Class
org.apache.hadoop.hbase.client.MetricsConnection
Packages that use org.apache.hadoop.hbase.client.MetricsConnection
-
Uses of org.apache.hadoop.hbase.client.MetricsConnection in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as org.apache.hadoop.hbase.client.MetricsConnection in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.MetricsConnectionAbstractRpcClient.metricsMethods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in inModifier and TypeMethodDescriptionstatic 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 RpcClientImplConstructors in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in inModifierConstructorDescriptionAbstractRpcClient(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String, byte[]> connectionAttributes) Construct an IPC client for the clusterclusterIdBlockingRpcClient(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String, byte[]> connectionAttributes) Construct an IPC client for the clusterclusterIdwith the default SocketFactory This method is called with reflection by the RpcClientFactory to create an instanceNettyRpcClient(org.apache.hadoop.conf.Configuration configuration, String clusterId, SocketAddress localAddress, org.apache.hadoop.hbase.client.MetricsConnection metrics) NettyRpcClient(org.apache.hadoop.conf.Configuration configuration, String clusterId, SocketAddress localAddress, org.apache.hadoop.hbase.client.MetricsConnection metrics, Map<String, byte[]> connectionAttributes)