Uses of Class
org.apache.hadoop.hbase.client.ServerStatisticTracker

Packages that use org.apache.hadoop.hbase.client.ServerStatisticTracker
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.ServerStatisticTracker in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.ServerStatisticTracker in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.ServerStatisticTracker
    ServerStatisticTracker.create(org.apache.hadoop.conf.Configuration conf)
     
    org.apache.hadoop.hbase.client.ServerStatisticTracker
    ClusterConnection.getStatisticsTracker()
    Returns the current statistics tracker associated with this connection
    org.apache.hadoop.hbase.client.ServerStatisticTracker
    ConnectionImplementation.getStatisticsTracker()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ServerStatisticTracker in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.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.RpcRetryingCallerFactory
    RpcRetryingCallerFactory.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)