YARN-4849. Addendum patch to fix javadocs. (Sunil G via wangda)

This commit is contained in:
Wangda Tan 2016-09-09 10:54:37 -07:00
parent e8096911ac
commit 817d5f4c96
1 changed files with 6 additions and 0 deletions

View File

@ -916,6 +916,12 @@ public void handle(RMNodeEvent event) {
* Return a HttpServer.Builder that the journalnode / namenode / secondary
* namenode can use to initialize their HTTP / HTTPS server.
*
* @param conf configuration object
* @param httpAddr HTTP address
* @param httpsAddr HTTPS address
* @param name Name of the server
* @throws IOException from Builder
* @return builder object
*/
public static HttpServer2.Builder httpServerTemplateForRM(Configuration conf,
final InetSocketAddress httpAddr, final InetSocketAddress httpsAddr,