org.apache.accumulo.server.monitor.servlets.trace
Class Summary
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.accumulo.server.monitor.servlets.BasicServlet
org.apache.accumulo.server.monitor.servlets.trace.Summary
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class Summary
- extends BasicServlet
- See Also:
- Serialized Form
Fields inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet |
log |
Methods inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet |
banner, currentPage, decode, doGet, doPost, encode, getBodyAttributes, getCookie, pageEnd, pageStart, sanitize |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, 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 |
DEFAULT_MINUTES
public static final int DEFAULT_MINUTES
- See Also:
- Constant Field Values
Summary
public Summary()
getTitle
public String getTitle(javax.servlet.http.HttpServletRequest req)
- Specified by:
getTitle
in class BasicServlet
pageBody
public void pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb)
throws Exception
- Overrides:
pageBody
in class BasicServlet
- Throws:
Exception
getStringParameter
public static String getStringParameter(javax.servlet.http.HttpServletRequest req,
String name,
String defaultValue)
getIntParameter
public static int getIntParameter(javax.servlet.http.HttpServletRequest req,
String name,
int defaultMinutes)
dateString
public static String dateString(long millis)
getScanner
protected Scanner getScanner(StringBuilder sb)
throws AccumuloException,
AccumuloSecurityException
- Throws:
AccumuloException
AccumuloSecurityException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.