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

Packages that use org.apache.hadoop.hbase.client.MetricsConnection
Package
Description
Tools to help define network clients and servers.
  • 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 in
    Modifier and Type
    Field
    Description
    protected final org.apache.hadoop.hbase.client.MetricsConnection
    AbstractRpcClient.metrics
     
    Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.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 RpcClientImpl
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.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
    Constructors in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in in
    Modifier
    Constructor
    Description
     
    AbstractRpcClient(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 cluster clusterId
     
    BlockingRpcClient(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 cluster clusterId with the default SocketFactory This method is called with reflection by the RpcClientFactory to create an instance
     
    NettyRpcClient(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)