org.apache.hadoop.yarn.webapp
Class WebApps.Builder<T>
java.lang.Object
org.apache.hadoop.yarn.webapp.WebApps.Builder<T>
- Enclosing class:
- WebApps
public static class WebApps.Builder<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
at
public WebApps.Builder<T> at(String bindAddress)
at
public WebApps.Builder<T> at(int port)
at
public WebApps.Builder<T> at(String address,
int port,
boolean findPort)
withAttribute
public WebApps.Builder<T> withAttribute(String key,
Object value)
withServlet
public WebApps.Builder<T> withServlet(String name,
String pathSpec,
Class<? extends javax.servlet.http.HttpServlet> servlet)
with
public WebApps.Builder<T> with(org.apache.hadoop.conf.Configuration conf)
inDevMode
public WebApps.Builder<T> inDevMode()
start
public WebApp start(WebApp webapp)
start
public WebApp start()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.