org.apache.hadoop.hbase.client
Class MetricsConnection.RunnerStats

java.lang.Object
  extended by org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
Enclosing class:
MetricsConnection

protected static class MetricsConnection.RunnerStats
extends Object


Constructor Summary
MetricsConnection.RunnerStats(com.yammer.metrics.core.MetricsRegistry registry)
           
 
Method Summary
 void incrDelayRunners()
           
 void incrNormalRunners()
           
 void updateDelayInterval(long interval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsConnection.RunnerStats

public MetricsConnection.RunnerStats(com.yammer.metrics.core.MetricsRegistry registry)
Method Detail

incrNormalRunners

public void incrNormalRunners()

incrDelayRunners

public void incrDelayRunners()

updateDelayInterval

public void updateDelayInterval(long interval)


Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.