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, servicepublic static org.apache.velocity.Template getTemplate(org.apache.velocity.app.VelocityEngine ve,
String path)
throws IOException
IOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.