@Deprecated public class ServletCollector extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
ACK_PREFIX
Deprecated.
If a chunk is committed; then the ack will start with the following string.
|
static String |
PATH
Deprecated.
|
Constructor and Description |
---|
ServletCollector(org.apache.hadoop.conf.Configuration c)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
accept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
void |
destroy()
Deprecated.
|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
protected void |
doTrace(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Deprecated.
|
String |
getServletInfo()
Deprecated.
|
ChukwaWriter |
getWriter()
Deprecated.
|
void |
init(javax.servlet.ServletConfig servletConf)
Deprecated.
|
void |
setWriter(ChukwaWriter w)
Deprecated.
|
doDelete, doHead, doOptions, doPut, getLastModified, service, service
public static final String PATH
public static final String ACK_PREFIX
public ServletCollector(org.apache.hadoop.conf.Configuration c)
public void setWriter(ChukwaWriter w)
public ChukwaWriter getWriter()
public void init(javax.servlet.ServletConfig servletConf) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void doTrace(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doTrace
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void accept(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException
javax.servlet.ServletException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class javax.servlet.GenericServlet
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Copyright © 2014 Apache Software Foundation. All Rights Reserved.