org.apache.accumulo.server.monitor.servlets.trace
public class Summary extends BasicServlet
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MINUTES |
log
Constructor and Description |
---|
Summary() |
Modifier and Type | Method and Description |
---|---|
static String |
dateString(long millis) |
static int |
getIntParameter(javax.servlet.http.HttpServletRequest req,
String name,
int defaultMinutes) |
protected Range |
getRangeForTrace(long minutesSince) |
protected Scanner |
getScanner(StringBuilder sb) |
static String |
getStringParameter(javax.servlet.http.HttpServletRequest req,
String name,
String defaultValue) |
String |
getTitle(javax.servlet.http.HttpServletRequest req) |
void |
pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb) |
banner, currentPage, decode, doGet, doPost, encode, getBodyAttributes, getCookie, pageEnd, pageStart, sanitize
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final int DEFAULT_MINUTES
public String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle
in class BasicServlet
protected Range getRangeForTrace(long minutesSince)
public void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, StringBuilder sb) throws Exception
pageBody
in class BasicServlet
Exception
public static String getStringParameter(javax.servlet.http.HttpServletRequest req, String name, String defaultValue)
public static int getIntParameter(javax.servlet.http.HttpServletRequest req, String name, int defaultMinutes)
public static String dateString(long millis)
protected Scanner getScanner(StringBuilder sb) throws AccumuloException, AccumuloSecurityException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.