org.apache.hadoop.chukwa.rest.actions
Class MrJobResource

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.actions.RestController
      extended by org.apache.hadoop.chukwa.rest.actions.MrJobResource

public class MrJobResource
extends RestController


Field Summary
 
Fields inherited from class org.apache.hadoop.chukwa.rest.actions.RestController
log
 
Constructor Summary
MrJobResource()
           
 
Method Summary
 String getByJob_IdCsv(String job_id)
           
 String getByJob_IdJason(String job_id)
           
 String getByJob_IdXML(String job_id)
           
 
Methods inherited from class org.apache.hadoop.chukwa.rest.actions.RestController
convertToCsv, convertToJson, convertToXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MrJobResource

public MrJobResource()
Method Detail

getByJob_IdXML

public String getByJob_IdXML(String job_id)

getByJob_IdJason

public String getByJob_IdJason(String job_id)

getByJob_IdCsv

public String getByJob_IdCsv(String job_id)


Copyright © ${year} The Apache Software Foundation