Uses of Class
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
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.MetricsConnection
ClusterConnection.getConnectionMetrics()
Returns the MetricsConnection instance associated with this connection.org.apache.hadoop.hbase.client.MetricsConnection
ConnectionImplementation.getConnectionMetrics()
Modifier and TypeMethodDescriptionstatic 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) ModifierConstructorDescriptionMetaCache
(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
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.MetricsConnection
AbstractRpcClient.metrics
Modifier and TypeMethodDescriptionstatic 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 RpcClientImplstatic 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 RpcClientImplstatic 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 RpcClientImplModifierConstructorDescriptionAbstractRpcClient
(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 clusterclusterId
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 clusterclusterId
with 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)