public class TaskLogServlet
extends javax.servlet.http.HttpServlet
构造器和说明 |
---|
TaskLogServlet() |
限定符和类型 | 方法和说明 |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the logs via http.
|
static String |
getTaskLogUrl(String taskTrackerHostName,
String httpPort,
String taskAttemptID)
Construct the taskLogUrl
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static String getTaskLogUrl(String taskTrackerHostName, String httpPort, String taskAttemptID)
taskTrackerHostName
- httpPort
- taskAttemptID
- public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
在类中 javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2009 The Apache Software Foundation