org.apache.hadoop.hbase.monitoring
Class StateDumpServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.hadoop.hbase.monitoring.StateDumpServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
MasterDumpServlet, RSDumpServlet

@InterfaceAudience.Private
public abstract class StateDumpServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
StateDumpServlet()
           
 
Method Summary
protected  void dumpExecutors(ExecutorService service, PrintWriter out)
           
protected  void dumpVersionInfo(PrintWriter out)
           
protected  long getTailKbParam(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateDumpServlet

public StateDumpServlet()
Method Detail

dumpVersionInfo

protected void dumpVersionInfo(PrintWriter out)

getTailKbParam

protected long getTailKbParam(javax.servlet.http.HttpServletRequest request)

dumpExecutors

protected void dumpExecutors(ExecutorService service,
                             PrintWriter out)
                      throws IOException
Throws:
IOException


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.