@InterfaceAudience.LimitedPrivate(value="Configuration") public class PressureAwareFlushThroughputController extends PressureAwareThroughputController
activeOperations, controlPerSize, maxThroughputLowerBound, maxThroughputUpperBound, offPeakHours, tuningPeriod| 构造器和说明 |
|---|
PressureAwareFlushThroughputController() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
setup(RegionServerServices server)
Setup controller for the given region server.
|
protected boolean |
skipControl(long deltaSize,
long controlSize)
Check whether to skip control given delta size and control size
|
String |
toString() |
control, finish, getMaxThroughput, isStopped, setMaxThroughput, start, stop, throughputDesc, throughputDescpublic static final String HBASE_HSTORE_FLUSH_MAX_THROUGHPUT_UPPER_BOUND
public static final String HBASE_HSTORE_FLUSH_MAX_THROUGHPUT_LOWER_BOUND
public static final String HBASE_HSTORE_FLUSH_THROUGHPUT_TUNE_PERIOD
public void setup(RegionServerServices server)
ThroughputControllersetup 在接口中 ThroughputControllersetup 在类中 PressureAwareThroughputControllerpublic void setConf(org.apache.hadoop.conf.Configuration conf)
setConf 在接口中 org.apache.hadoop.conf.ConfigurablesetConf 在类中 org.apache.hadoop.conf.Configuredprotected boolean skipControl(long deltaSize,
long controlSize)
PressureAwareThroughputControllerskipControl 在类中 PressureAwareThroughputControllerdeltaSize - Delta size since last controlcontrolSize - Size limit to perform controlCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.