|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerStatisticTracker | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of ServerStatisticTracker in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return ServerStatisticTracker | |
---|---|
static ServerStatisticTracker |
ServerStatisticTracker.create(org.apache.hadoop.conf.Configuration conf)
|
ServerStatisticTracker |
HConnection.getStatisticsTracker()
|
ServerStatisticTracker |
StatisticsHConnection.getStatisticsTracker()
|
ServerStatisticTracker |
HConnectionManager.HConnectionImplementation.getStatisticsTracker()
|
Methods in org.apache.hadoop.hbase.client with parameters of type ServerStatisticTracker | ||
---|---|---|
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 |
|
static
|
ResultStatsUtil.updateStats(T r,
ServerStatisticTracker stats,
HRegionLocation regionLocation)
|
|
static
|
ResultStatsUtil.updateStats(T r,
ServerStatisticTracker serverStats,
ServerName server,
byte[] regionName)
Update the stats for the specified region if the result is an instance of ResultStatsUtil |
Constructors in org.apache.hadoop.hbase.client with parameters of type ServerStatisticTracker | |
---|---|
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
ServerStatisticTracker stats)
|
|
StatsTrackingRpcRetryingCaller(long pause,
int retries,
int startLogErrorsCnt,
ServerStatisticTracker stats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |