@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 |
---|---|
void |
destroy()
Deprecated.
|
String |
getServletInfo()
Deprecated.
|
ChukwaWriter |
getWriter()
Deprecated.
|
void |
init(javax.servlet.ServletConfig servletConf)
Deprecated.
|
void |
setWriter(ChukwaWriter w)
Deprecated.
|
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
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 © 2016 Apache Software Foundation. All Rights Reserved.