@Deprecated public class CommitCheckServlet extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PATH
Deprecated.
|
protected static org.apache.log4j.Logger |
log
Deprecated.
|
static String |
PURGEDELAY_OPT
Deprecated.
|
static String |
SCANPATHS_OPT
Deprecated.
|
static String |
SCANPERIOD_OPT
Deprecated.
|
Constructor and Description |
---|
CommitCheckServlet(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Deprecated.
|
protected void |
doGet(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.
|
void |
init(javax.servlet.ServletConfig servletConf)
Deprecated.
|
doDelete, doHead, doOptions, doPost, doPut, getLastModified, service, service
protected static org.apache.log4j.Logger log
public static final String SCANPERIOD_OPT
public static final String PURGEDELAY_OPT
public static final String SCANPATHS_OPT
public static final String DEFAULT_PATH
public CommitCheckServlet(org.apache.hadoop.conf.Configuration conf)
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 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 void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Copyright © 2014 Apache Software Foundation. All Rights Reserved.