@InterfaceAudience.LimitedPrivate(value="Configuration") public interface ThroughputController extends Stoppable
| Modifier and Type | Method and Description | 
|---|---|
| long | control(String name,
       long size)Control the throughput. | 
| void | finish(String name)Finish the controller. | 
| void | setup(RegionServerServices server)Setup controller for the given region server. | 
| void | start(String name)Start the throughput controller. | 
void setup(RegionServerServices server)
long control(String name, long size) throws InterruptedException
InterruptedExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.