org.apache.hadoop.hbase.regionserver.compactions
Class CompactionThroughputControllerFactory
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputControllerFactory
@InterfaceAudience.LimitedPrivate(value="Configuration")
public class CompactionThroughputControllerFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBASE_THROUGHPUT_CONTROLLER_KEY
public static final String HBASE_THROUGHPUT_CONTROLLER_KEY
- See Also:
- Constant Field Values
CompactionThroughputControllerFactory
public CompactionThroughputControllerFactory()
create
public static CompactionThroughputController create(RegionServerServices server,
org.apache.hadoop.conf.Configuration conf)
getThroughputControllerClass
public static Class<? extends CompactionThroughputController> getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf)
Copyright © 2015 The Apache Software Foundation. All rights reserved.