Package org.apache.hadoop.hbase.http
Class ProfileOutputServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
org.apache.hadoop.hbase.http.ProfileOutputServlet
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
,org.apache.hbase.thirdparty.org.eclipse.jetty.server.ResourceService.WelcomeFactory
,org.apache.hbase.thirdparty.org.eclipse.jetty.util.resource.ResourceFactory
@Private
public class ProfileOutputServlet
extends org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
Servlet to serve files generated by
ProfileServlet
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Pattern
private static final org.slf4j.Logger
private static final int
private static final long
Fields inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
CONTEXT_INIT
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
destroy, doHead, doOptions, doPost, doTrace, getInitParameter, getResource, getWelcomeFile, init, initContextHandler
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doPut, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
serialVersionUID
- See Also:
-
LOG
-
REFRESH_PERIOD
- See Also:
-
ALPHA_NUMERIC
-
-
Constructor Details
-
ProfileOutputServlet
public ProfileOutputServlet()
-
-
Method Details
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - Overrides:
doGet
in classorg.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
- Throws:
javax.servlet.ServletException
IOException
-
sanitize
-