@InterfaceAudience.LimitedPrivate(value="Configuration") public class CompactionThroughputControllerFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HBASE_THROUGHPUT_CONTROLLER_KEY |
Constructor and Description |
---|
CompactionThroughputControllerFactory() |
Modifier and Type | Method and Description |
---|---|
static CompactionThroughputController |
create(RegionServerServices server,
org.apache.hadoop.conf.Configuration conf) |
static Class<? extends CompactionThroughputController> |
getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf) |
public static final String HBASE_THROUGHPUT_CONTROLLER_KEY
public CompactionThroughputControllerFactory()
public static CompactionThroughputController create(RegionServerServices server, org.apache.hadoop.conf.Configuration conf)
public static Class<? extends CompactionThroughputController> getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.