|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.util.ServletUtil
org.apache.hama.util.BSPServletUtil
public class BSPServletUtil
Field Summary | |
---|---|
static java.lang.String |
HTML_TAIL
|
Constructor Summary | |
---|---|
BSPServletUtil()
|
Method Summary | |
---|---|
static java.lang.String |
generateJobTable(java.lang.String label,
JobStatus[] jobs,
int refresh,
int rowId)
Method used to generate the Job table for Job pages. |
static java.lang.String |
htmlFooter()
HTML footer to be added in the jsps. |
Methods inherited from class org.apache.hadoop.util.ServletUtil |
---|
getParameter, initHTML, percentageGraph, percentageGraph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HTML_TAIL
Constructor Detail |
---|
public BSPServletUtil()
Method Detail |
---|
public static java.lang.String htmlFooter()
public static java.lang.String generateJobTable(java.lang.String label, JobStatus[] jobs, int refresh, int rowId) throws java.io.IOException
label
- display heading to be used in the job table.jobs
- vector of jobs to be displayed in table.refresh
- refresh interval to be used in jobdetails page.rowId
- beginning row id to be used in the table.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |