public class TraceClientServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
TraceClientServlet() |
Modifier and Type | Method and Description |
---|---|
protected List<Span> |
collectAllSpans(List<URL> hosts) |
protected List<Span> |
collectRangedSpans(List<URL> hosts,
long start,
long end) |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
We support the following URL patterns
/overview/ Show all execution patterns
/collection/[p_id] Show details for pattern with [p_id]
/collection/[p_id]/[n_id]/ Show trace node with [n_id]
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static org.apache.velocity.Template |
getTemplate(org.apache.velocity.app.VelocityEngine ve,
String path) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static org.apache.velocity.Template getTemplate(org.apache.velocity.app.VelocityEngine ve, String path) throws IOException
IOException
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doGet
in class javax.servlet.http.HttpServlet
IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.