public class HsController extends AppController
Controller.RequestContext
app
APP_ID, ATTEMPT_STATE, COUNTER_GROUP, COUNTER_NAME, JOB_ID, RM_WEB, TASK_ID, TASK_TYPE
ERROR_DETAILS, TITLE, TITLE_LINK, USER
Modifier and Type | Method and Description |
---|---|
void |
about()
Render a page about the current server.
|
protected Class<? extends View> |
aboutPage() |
void |
attempts()
Render the attempts page
|
protected Class<? extends View> |
attemptsPage() |
protected Class<? extends View> |
confPage() |
Class<? extends View> |
countersPage() |
void |
index()
Render the default(index.html) page for the Application Controller
|
void |
job()
Render the /job page
|
void |
jobCounters()
Render the /jobcounters page
|
protected Class<? extends View> |
jobPage() |
void |
logs()
Render the logs page.
|
void |
nmlogs()
Render the nm logs page.
|
protected Class<? extends View> |
singleCounterPage() |
void |
singleJobCounter()
Render the /singlejobcounter page
|
void |
singleTaskCounter()
Render the /singletaskcounter page
|
void |
task()
Render the /task page
|
void |
taskCounters()
Display a page showing a task's counters
|
protected Class<? extends View> |
taskPage() |
void |
tasks()
Render the /tasks page
|
protected Class<? extends View> |
tasksPage() |
conf, info, requireJob, requireTask
$, context, cookies, echo, error, get, getInstance, inDevMode, info, injector, render, renderJSON, renderJSON, renderText, request, response, set, setStatus, setTitle, setTitle, status, url, writer
public void index()
AppController
index
in class AppController
protected Class<? extends View> jobPage()
jobPage
in class AppController
public Class<? extends View> countersPage()
countersPage
in class AppController
protected Class<? extends View> tasksPage()
tasksPage
in class AppController
protected Class<? extends View> taskPage()
taskPage
in class AppController
protected Class<? extends View> attemptsPage()
attemptsPage
in class AppController
public void job()
AppController
job
in class AppController
public void jobCounters()
AppController
jobCounters
in class AppController
public void taskCounters()
AppController
taskCounters
in class AppController
public void tasks()
AppController
tasks
in class AppController
public void task()
AppController
task
in class AppController
public void attempts()
AppController
attempts
in class AppController
protected Class<? extends View> confPage()
confPage
in class AppController
public void about()
public void logs()
public void nmlogs()
protected Class<? extends View> singleCounterPage()
singleCounterPage
in class AppController
public void singleJobCounter() throws IOException
AppController
singleJobCounter
in class AppController
IOException
- on any error.public void singleTaskCounter() throws IOException
AppController
singleTaskCounter
in class AppController
IOException
- on any error.Copyright © 2013 Apache Software Foundation. All rights reserved.