This project has retired. For details please refer to its
Attic page.
ServletCollector (chukwa 0.3.0 API)
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.hadoop.chukwa.datacollection.collector.servlet.ServletCollector
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static String |
ACK_PREFIX
If a chunk is committed; then the ack will start with the following string.
|
static String |
PATH |
-
Constructor Summary
Constructors
Constructor and Description |
ServletCollector(org.apache.hadoop.conf.Configuration c) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected void |
accept(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
String |
getServletInfo() |
ChukwaWriter |
getWriter() |
void |
init(javax.servlet.ServletConfig servletConf) |
void |
setWriter(ChukwaWriter w) |
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
Copyright © ${year} The Apache Software Foundation