public class HsController extends AppController
Controller.RequestContextappAPP_ID, ATTEMPT_STATE, COUNTER_GROUP, COUNTER_NAME, JOB_ID, RM_WEB, TASK_ID, TASK_TYPEERROR_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, writerpublic void index()
AppControllerindex in class AppControllerprotected Class<? extends View> jobPage()
jobPage in class AppControllerpublic Class<? extends View> countersPage()
countersPage in class AppControllerprotected Class<? extends View> tasksPage()
tasksPage in class AppControllerprotected Class<? extends View> taskPage()
taskPage in class AppControllerprotected Class<? extends View> attemptsPage()
attemptsPage in class AppControllerpublic void job()
AppControllerjob in class AppControllerpublic void jobCounters()
AppControllerjobCounters in class AppControllerpublic void taskCounters()
AppControllertaskCounters in class AppControllerpublic void tasks()
AppControllertasks in class AppControllerpublic void task()
AppControllertask in class AppControllerpublic void attempts()
AppControllerattempts in class AppControllerprotected Class<? extends View> confPage()
confPage in class AppControllerpublic void about()
public void logs()
public void nmlogs()
protected Class<? extends View> singleCounterPage()
singleCounterPage in class AppControllerpublic void singleJobCounter()
throws IOException
AppControllersingleJobCounter in class AppControllerIOException - on any error.public void singleTaskCounter()
throws IOException
AppControllersingleTaskCounter in class AppControllerIOException - on any error.Copyright © 2013 Apache Software Foundation. All rights reserved.