YARN-4849. Addendum patch to fix javadocs. (Sunil G via wangda)
This commit is contained in:
parent
e8096911ac
commit
817d5f4c96
|
@ -916,6 +916,12 @@ public class ResourceManager extends CompositeService implements Recoverable {
|
|||
* 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,
|
||||
|
|
Loading…
Reference in New Issue