| 接口 | 说明 |
|---|---|
| ThroughputController |
A utility that constrains the total throughput of one or more simultaneous flows by
sleeping when necessary.
|
| 类 | 说明 |
|---|---|
| CompactionThroughputControllerFactory | |
| FlushThroughputControllerFactory | |
| NoLimitThroughputController | |
| PressureAwareCompactionThroughputController |
A throughput controller which uses the follow schema to limit throughput
If compaction pressure is greater than 1.0, no limitation.
|
| PressureAwareFlushThroughputController |
A throughput controller which uses the follow schema to limit throughput
If flush pressure is greater than or equal to 1.0, no limitation.
|
| PressureAwareThroughputController | |
| StoreHotnessProtector |
StoreHotnessProtector is designed to help limit the concurrency of puts with dense columns, it
does best-effort to avoid exhausting all RS's handlers.
|
| ThroughputControlUtil |
Helper methods for throttling
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.