Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private ServerStatisticTracker |
ConnectionImplementation.stats |
private ServerStatisticTracker |
RpcRetryingCallerFactory.stats |
Modifier and Type | Field and Description |
---|---|
private Optional<ServerStatisticTracker> |
AsyncConnectionImpl.stats |
Modifier and Type | Method and Description |
---|---|
static ServerStatisticTracker |
ServerStatisticTracker.create(org.apache.hadoop.conf.Configuration conf) |
ServerStatisticTracker |
ClusterConnection.getStatisticsTracker() |
ServerStatisticTracker |
ConnectionImplementation.getStatisticsTracker() |
Modifier and Type | Method and Description |
---|---|
(package private) Optional<ServerStatisticTracker> |
AsyncConnectionImpl.getStatisticsTracker() |
Modifier and Type | Method and Description |
---|---|
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
RetryingCallerInterceptor interceptor,
ServerStatisticTracker stats) |
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ServerStatisticTracker stats) |
void |
RpcRetryingCallerFactory.setStatisticTracker(ServerStatisticTracker statisticTracker)
Set the tracker that should be used for tracking statistics about the server
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
ConnectionUtils.updateStats(Optional<ServerStatisticTracker> optStats,
Optional<MetricsConnection> optMetrics,
ServerName serverName,
MultiResponse resp) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.