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

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

public class MrJobConfResource
extends RestController


Field Summary
 
Fields inherited from class org.apache.hadoop.chukwa.rest.actions.RestController
log
 
Constructor Summary
MrJobConfResource()
           
 
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

MrJobConfResource

public MrJobConfResource()
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