Uses of Class
org.apache.hadoop.hbase.client.ServerStatisticTracker
-
Uses of ServerStatisticTracker in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final ServerStatisticTracker
ConnectionImplementation.stats
Modifier and TypeFieldDescriptionprivate final Optional<ServerStatisticTracker>
AsyncConnectionImpl.stats
Modifier and TypeMethodDescriptionstatic ServerStatisticTracker
ServerStatisticTracker.create
(org.apache.hadoop.conf.Configuration conf) ClusterConnection.getStatisticsTracker()
Returns the current statistics tracker associated with this connectionConnectionImplementation.getStatisticsTracker()
Modifier and TypeMethodDescription(package private) Optional<ServerStatisticTracker>
AsyncConnectionImpl.getStatisticsTracker()
Modifier and TypeMethodDescriptionstatic RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, ConnectionConfiguration connectionConf, RetryingCallerInterceptor interceptor, ServerStatisticTracker stats, MetricsConnection metrics) static RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, ConnectionConfiguration connectionConf, ServerStatisticTracker stats, MetricsConnection metrics) Modifier and TypeMethodDescription(package private) static void
ConnectionUtils.updateStats
(Optional<ServerStatisticTracker> optStats, Optional<MetricsConnection> optMetrics, ServerName serverName, MultiResponse resp)