public class NMController
extends org.apache.hadoop.yarn.webapp.Controller
implements org.apache.hadoop.yarn.webapp.YarnWebParams
Constructor and Description |
---|
NMController(org.apache.hadoop.conf.Configuration nmConf,
org.apache.hadoop.yarn.webapp.Controller.RequestContext requestContext,
Context nmContext) |
Modifier and Type | Method and Description |
---|---|
void |
allApplications() |
void |
allContainers() |
void |
application() |
void |
container() |
void |
index() |
void |
info() |
void |
logs() |
void |
node() |
@Inject public NMController(org.apache.hadoop.conf.Configuration nmConf, org.apache.hadoop.yarn.webapp.Controller.RequestContext requestContext, Context nmContext)
public void index()
index
in class org.apache.hadoop.yarn.webapp.Controller
public void info()
public void node()
public void allApplications()
public void allContainers()
public void application()
public void container()
public void logs()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.