@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, serviceprotected static final 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.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doTrace(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doTrace in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2015 Apache Software Foundation. All Rights Reserved.