Class RouterFsckServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.hadoop.hdfs.server.namenode.DfsServlet
org.apache.hadoop.hdfs.server.federation.router.RouterFsckServlet
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@Private
public class RouterFsckServlet
extends org.apache.hadoop.hdfs.server.namenode.DfsServlet
This class is used in Namesystem's web server to do fsck on namenode.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handle fsck request.Methods inherited from class org.apache.hadoop.hdfs.server.namenode.DfsServlet
getUGIMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
SERVLET_NAME
- See Also:
-
PATH_SPEC
- See Also:
-
-
Constructor Details
-
RouterFsckServlet
public RouterFsckServlet()
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException Handle fsck request.- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
IOException
-