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.ee8.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.ee8.nested.ResourceService.WelcomeFactory
@Private
public class ProfileOutputServlet
extends org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServlet
Servlet to serve files generated by 
ProfileServlet- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Patternprivate static final org.slf4j.Loggerprivate static final intprivate static final longFields inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServletCONTEXT_INIT
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServletdestroy, doHead, doOptions, doPost, doTrace, getInitParameter, getWelcomeFile, init, initContextHandler, resolveMethods inherited from class javax.servlet.http.HttpServletdoDelete, doPut, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServletgetInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Field Details- 
serialVersionUID- See Also:
 
- 
LOG
- 
REFRESH_PERIOD- See Also:
 
- 
ALPHA_NUMERIC
 
- 
- 
Constructor Details- 
ProfileOutputServletpublic ProfileOutputServlet()
 
- 
- 
Method Details- 
doGetprotected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException - Overrides:
- doGetin class- org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServlet
- Throws:
- javax.servlet.ServletException
- IOException
 
- 
sanitize
 
-