public class GearmanServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
GearmanServlet(JobQueueMonitor jobQueueMonitor,
JobManager jobManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
writeAllJobQueueStats(com.fasterxml.jackson.core.JsonGenerator json) |
void |
writeJobQueueDetails(String jobQueueName,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
writeJobQueueSnapshots(String jobQueueName,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
writeSystemSnapshots(com.fasterxml.jackson.core.JsonGenerator json) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic GearmanServlet(JobQueueMonitor jobQueueMonitor, JobManager jobManager)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void writeSystemSnapshots(com.fasterxml.jackson.core.JsonGenerator json)
throws IOException
IOExceptionpublic void writeAllJobQueueStats(com.fasterxml.jackson.core.JsonGenerator json)
throws IOException
IOExceptionpublic void writeJobQueueSnapshots(String jobQueueName, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionpublic void writeJobQueueDetails(String jobQueueName, com.fasterxml.jackson.core.JsonGenerator json) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.