HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566)
This commit is contained in:
parent
4c5d88e230
commit
4ae561bcb4
@ -173,6 +173,7 @@ public Node chooseRandomWithStorageTypeTwoTrial(final String scope,
|
|||||||
* @param scope the scope where we look for node.
|
* @param scope the scope where we look for node.
|
||||||
* @param excludedScope the scope where the node must NOT be from.
|
* @param excludedScope the scope where the node must NOT be from.
|
||||||
* @param excludedNodes the returned node must not be in this set
|
* @param excludedNodes the returned node must not be in this set
|
||||||
|
* @param type the storage type we search for
|
||||||
* @return a node with required storage type
|
* @return a node with required storage type
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
|
Loading…
Reference in New Issue
Block a user