HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566)

This commit is contained in:
langlaile1221 2020-12-22 09:25:11 +08:00 committed by GitHub
parent 4c5d88e230
commit 4ae561bcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ public class DFSNetworkTopology extends NetworkTopology {
* @param scope the scope where we look for node.
* @param excludedScope the scope where the node must NOT be from.
* @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
*/
@VisibleForTesting