Uses of Class
org.apache.hadoop.hbase.client.ServerStatisticTracker
Packages that use ServerStatisticTracker
-
Uses of ServerStatisticTracker in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as ServerStatisticTrackerModifier and TypeFieldDescriptionprivate final ServerStatisticTracker
ConnectionImplementation.stats
Fields in org.apache.hadoop.hbase.client with type parameters of type ServerStatisticTrackerModifier and TypeFieldDescriptionprivate final Optional<ServerStatisticTracker>
AsyncConnectionImpl.stats
Methods in org.apache.hadoop.hbase.client that return ServerStatisticTrackerModifier and TypeMethodDescriptionstatic ServerStatisticTracker
ServerStatisticTracker.create
(org.apache.hadoop.conf.Configuration conf) ClusterConnection.getStatisticsTracker()
Returns the current statistics tracker associated with this connectionConnectionImplementation.getStatisticsTracker()
Methods in org.apache.hadoop.hbase.client that return types with arguments of type ServerStatisticTrackerModifier and TypeMethodDescription(package private) Optional<ServerStatisticTracker>
AsyncConnectionImpl.getStatisticsTracker()
Methods in org.apache.hadoop.hbase.client with parameters of type ServerStatisticTrackerModifier 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) Method parameters in org.apache.hadoop.hbase.client with type arguments of type ServerStatisticTrackerModifier and TypeMethodDescription(package private) static void
ConnectionUtils.updateStats
(Optional<ServerStatisticTracker> optStats, Optional<MetricsConnection> optMetrics, ServerName serverName, MultiResponse resp)