org.apache.accumulo.server.monitor.servlets.trace
public class ListType extends BasicServlet
log
Constructor and Description |
---|
ListType() |
Modifier and Type | Method and Description |
---|---|
static String |
dateString(long millis) |
static int |
getIntParameter(javax.servlet.http.HttpServletRequest req,
String name,
int defaultMinutes) |
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 void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, StringBuilder sb) throws Exception
pageBody
in class BasicServlet
Exception
public String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle
in class BasicServlet
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 © 2011-2015 The Apache Software Foundation. All Rights Reserved.