| Methods in org.apache.hadoop.yarn.webapp that return WebApps.Builder |
static
|
WebApps.$for(String prefix)
|
static
|
WebApps.$for(String prefix,
Class<T> api,
T app)
Create a new webapp builder. |
static
|
WebApps.$for(String prefix,
Class<T> api,
T app,
String wsPrefix)
Create a new webapp builder. |
static
|
WebApps.$for(String prefix,
T app)
|
static
|
WebApps.$for(T app)
|
WebApps.Builder<T> |
WebApps.Builder.at(int port)
|
WebApps.Builder<T> |
WebApps.Builder.at(String bindAddress)
|
WebApps.Builder<T> |
WebApps.Builder.at(String address,
int port,
boolean findPort)
|
WebApps.Builder<T> |
WebApps.Builder.inDevMode()
|
WebApps.Builder<T> |
WebApps.Builder.with(org.apache.hadoop.conf.Configuration conf)
|
WebApps.Builder<T> |
WebApps.Builder.withAttribute(String key,
Object value)
|
WebApps.Builder<T> |
WebApps.Builder.withServlet(String name,
String pathSpec,
Class<? extends javax.servlet.http.HttpServlet> servlet)
|