@InterfaceAudience.LimitedPrivate(value="Configuration") public final class FlushThroughputControllerFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static Class<? extends ThroughputController> |
DEFAULT_FLUSH_THROUGHPUT_CONTROLLER_CLASS |
static String |
HBASE_FLUSH_THROUGHPUT_CONTROLLER_KEY |
private static org.slf4j.Logger |
LOG |
Modifier | Constructor and Description |
---|---|
private |
FlushThroughputControllerFactory() |
Modifier and Type | Method and Description |
---|---|
static ThroughputController |
create(RegionServerServices server,
org.apache.hadoop.conf.Configuration conf) |
static Class<? extends ThroughputController> |
getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf) |
private static final org.slf4j.Logger LOG
public static final String HBASE_FLUSH_THROUGHPUT_CONTROLLER_KEY
private static final Class<? extends ThroughputController> DEFAULT_FLUSH_THROUGHPUT_CONTROLLER_CLASS
private FlushThroughputControllerFactory()
public static ThroughputController create(RegionServerServices server, org.apache.hadoop.conf.Configuration conf)
public static Class<? extends ThroughputController> getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.