Uses of Class
org.apache.hadoop.hbase.client.MetricsConnection

Packages that use MetricsConnection
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc   
 

Uses of MetricsConnection in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return MetricsConnection
 MetricsConnection HConnection.getConnectionMetrics()
           
 MetricsConnection HConnectionManager.HConnectionImplementation.getConnectionMetrics()
           
 

Uses of MetricsConnection in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc declared as MetricsConnection
protected  MetricsConnection RpcClient.metrics
           
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type MetricsConnection
RpcClient(org.apache.hadoop.conf.Configuration conf, String clusterId, MetricsConnection metrics)
          Construct an IPC client for the cluster clusterId with the default SocketFactory
RpcClient(org.apache.hadoop.conf.Configuration conf, String clusterId, SocketAddress localAddr, MetricsConnection metrics)
          Construct an IPC client for the cluster clusterId with the default SocketFactory
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.