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

Packages that use org.apache.hadoop.hbase.client.MetricsConnection
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.client.MetricsConnection in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.MetricsConnection in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.MetricsConnection
    ClusterConnection.getConnectionMetrics()
    Returns the MetricsConnection instance associated with this connection.
    org.apache.hadoop.hbase.client.MetricsConnection
    ConnectionImplementation.getConnectionMetrics()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in in
    Modifier
    Constructor
    Description
     
    MetaCache(org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
     
    RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, org.apache.hadoop.hbase.client.MetricsConnection metrics)
     
     
    RpcRetryingCallerImpl(long pause, long pauseForServerOverloaded, int retries, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, int startLogErrorsCnt, int rpcTimeout, org.apache.hadoop.hbase.client.MetricsConnection 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 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
    static org.apache.hadoop.hbase.ipc.RpcClient
    RpcClientFactory.createClient(org.apache.hadoop.conf.Configuration conf, String clusterId, 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
    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)