BufferedMutator for batching mutations.@Deprecated @InterfaceAudience.Public public static class HTableMultiplexer.HTableMultiplexerStatus extends Object
| Constructor and Description | 
|---|
| HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Long> | getAverageLatencyForEachRegionServer()Deprecated.  | 
| Map<String,Long> | getBufferedCounterForEachRegionServer()Deprecated.  | 
| Map<String,Long> | getFailedCounterForEachRegionServer()Deprecated.  | 
| long | getMaxLatency()Deprecated.  | 
| Map<String,Long> | getMaxLatencyForEachRegionServer()Deprecated.  | 
| long | getOverallAverageLatency()Deprecated.  | 
| long | getTotalBufferedCounter()Deprecated.  | 
| long | getTotalFailedCounter()Deprecated.  | 
public HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)
public long getTotalBufferedCounter()
public long getTotalFailedCounter()
public long getMaxLatency()
public long getOverallAverageLatency()
public Map<String,Long> getBufferedCounterForEachRegionServer()
public Map<String,Long> getFailedCounterForEachRegionServer()
public Map<String,Long> getMaxLatencyForEachRegionServer()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.