HDFS-16149.Improve the parameter annotation in FairCallQueue#priorityLevels. (#3255)

Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
This commit is contained in:
jianghuazhu 2021-08-03 16:53:24 +08:00 committed by GitHub
parent ccfa072dc7
commit 8616591b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ public class FairCallQueue<E extends Schedulable> extends AbstractQueue<E>
/**
* Create a FairCallQueue.
* @param priorityLevels the total size of all multi-level queue
* priority policies
* @param capacity the total size of all sub-queues
* @param ns the prefix to use for configuration
* @param capacityWeights the weights array for capacity allocation