org.apache.hadoop.hbase.client
Class HTableMultiplexer.HTableMultiplexerStatus
java.lang.Object
org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
- Enclosing class:
- HTableMultiplexer
@InterfaceAudience.Public
@InterfaceStability.Evolving
public static class HTableMultiplexer.HTableMultiplexerStatus
- extends Object
HTableMultiplexerStatus keeps track of the current status of the HTableMultiplexer.
report the number of buffered requests and the number of the failed (dropped) requests
in total or on per region server basis.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTableMultiplexer.HTableMultiplexerStatus
public HTableMultiplexer.HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)
getTotalBufferedCounter
public long getTotalBufferedCounter()
getTotalFailedCounter
public long getTotalFailedCounter()
getMaxLatency
public long getMaxLatency()
getOverallAverageLatency
public long getOverallAverageLatency()
getBufferedCounterForEachRegionServer
public Map<String,Long> getBufferedCounterForEachRegionServer()
getFailedCounterForEachRegionServer
public Map<String,Long> getFailedCounterForEachRegionServer()
getMaxLatencyForEachRegionServer
public Map<String,Long> getMaxLatencyForEachRegionServer()
getAverageLatencyForEachRegionServer
public Map<String,Long> getAverageLatencyForEachRegionServer()
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.