| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.ipc | 
| Modifier and Type | Method and Description | 
|---|---|
| MetricsConnection | ClusterConnection. getConnectionMetrics()Returns the MetricsConnection instance associated with this connection. | 
| MetricsConnection | ConnectionImplementation. getConnectionMetrics() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           ConnectionConfiguration connectionConf,
           MetricsConnection metrics) | 
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           ConnectionConfiguration connectionConf,
           org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
           ServerStatisticTracker stats,
           MetricsConnection metrics) | 
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           ConnectionConfiguration connectionConf,
           ServerStatisticTracker stats,
           MetricsConnection metrics) | 
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           MetricsConnection metrics) | 
| Constructor and Description | 
|---|
| MetaCache(MetricsConnection metrics) | 
| RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
                        ConnectionConfiguration connectionConf,
                        org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
                        MetricsConnection metrics) | 
| RpcRetryingCallerImpl(long pause,
                     long pauseForServerOverloaded,
                     int retries,
                     org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
                     int startLogErrorsCnt,
                     int rpcTimeout,
                     MetricsConnection metricsConnection) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MetricsConnection | AbstractRpcClient. metrics | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId,
            MetricsConnection metrics)Creates a new RpcClient by the class defined in the configuration or falls back to
 RpcClientImpl | 
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId,
            MetricsConnection metrics,
            Map<String,byte[]> connectionAttributes)Creates a new RpcClient by the class defined in the configuration or falls back to
 RpcClientImpl | 
| static RpcClient | RpcClientFactory. createClient(org.apache.hadoop.conf.Configuration conf,
            String clusterId,
            SocketAddress localAddr,
            MetricsConnection metrics,
            Map<String,byte[]> connectionAttributes)Creates a new RpcClient by the class defined in the configuration or falls back to
 RpcClientImpl | 
| Constructor and Description | 
|---|
| AbstractRpcClient(org.apache.hadoop.conf.Configuration conf,
                 String clusterId,
                 SocketAddress localAddr,
                 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,
                 MetricsConnection metrics,
                 Map<String,byte[]> connectionAttributes)Construct an IPC client for the cluster  clusterIdwith 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,
              MetricsConnection metrics) | 
| NettyRpcClient(org.apache.hadoop.conf.Configuration configuration,
              String clusterId,
              SocketAddress localAddress,
              MetricsConnection metrics,
              Map<String,byte[]> connectionAttributes) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.