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

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

public class MrTaskResource
extends RestController


Field Summary
 
Fields inherited from class org.apache.hadoop.chukwa.rest.actions.RestController
log
 
Constructor Summary
MrTaskResource()
           
 
Method Summary
 String getByTask_IdCsv(String task_id)
           
 String getByTask_IdJason(String task_id)
           
 String getByTask_IdXML(String task_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

MrTaskResource

public MrTaskResource()
Method Detail

getByTask_IdXML

public String getByTask_IdXML(String task_id)

getByTask_IdJason

public String getByTask_IdJason(String task_id)

getByTask_IdCsv

public String getByTask_IdCsv(String task_id)


Copyright © ${year} The Apache Software Foundation