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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.MetricsConnectionClusterConnection.getConnectionMetrics()Returns the MetricsConnection instance associated with this connection.org.apache.hadoop.hbase.client.MetricsConnectionConnectionImplementation.getConnectionMetrics()Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryRpcRetryingCallerFactory.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.RpcRetryingCallerFactoryRpcRetryingCallerFactory.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.RpcRetryingCallerFactoryRpcRetryingCallerFactory.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.RpcRetryingCallerFactoryRpcRetryingCallerFactory.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 inModifierConstructorDescriptionMetaCache(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 inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.MetricsConnectionAbstractRpcClient.metricsMethods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.ipc.RpcClientRpcClientFactory.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.RpcClientRpcClientFactory.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.RpcClientRpcClientFactory.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 RpcClientImplConstructors in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.client.MetricsConnection in inModifierConstructorDescriptionAbstractRpcClient(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 clusterclusterIdBlockingRpcClient(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 clusterclusterIdwith 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)