org.apache.hadoop.hbase.regionserver.compactions
Class CompactionThroughputControllerFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.regionserver.compactions.CompactionThroughputControllerFactory

@InterfaceAudience.LimitedPrivate(value="Configuration")
public class CompactionThroughputControllerFactory
extends Object


Field Summary
static String HBASE_THROUGHPUT_CONTROLLER_KEY
           
 
Constructor Summary
CompactionThroughputControllerFactory()
           
 
Method Summary
static CompactionThroughputController create(RegionServerServices server, org.apache.hadoop.conf.Configuration conf)
           
static Class<? extends CompactionThroughputController> getThroughputControllerClass(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HBASE_THROUGHPUT_CONTROLLER_KEY

public static final String HBASE_THROUGHPUT_CONTROLLER_KEY
See Also:
Constant Field Values
Constructor Detail

CompactionThroughputControllerFactory

public CompactionThroughputControllerFactory()
Method Detail

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.