public abstract class AbstractJobStatistics extends StandardMBean implements org.apache.sling.event.jobs.jmx.StatisticsMBean
| Constructor and Description |
|---|
AbstractJobStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageProcessingTime() |
long |
getAverageWaitingTime() |
Date |
getLastActivatedJobDate() |
long |
getLastActivatedJobTime() |
Date |
getLastFinishedJobDate() |
long |
getLastFinishedJobTime() |
long |
getNumberOfActiveJobs() |
long |
getNumberOfCancelledJobs() |
long |
getNumberOfFailedJobs() |
long |
getNumberOfFinishedJobs() |
long |
getNumberOfJobs() |
long |
getNumberOfProcessedJobs() |
long |
getNumberOfQueuedJobs() |
Date |
getStartDate() |
long |
getStartTime() |
protected abstract org.apache.sling.event.jobs.Statistics |
getStatistics() |
void |
reset() |
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementationprotected abstract org.apache.sling.event.jobs.Statistics getStatistics()
public long getAverageProcessingTime()
getAverageProcessingTime in interface org.apache.sling.event.jobs.Statisticspublic long getAverageWaitingTime()
getAverageWaitingTime in interface org.apache.sling.event.jobs.Statisticspublic long getLastActivatedJobTime()
getLastActivatedJobTime in interface org.apache.sling.event.jobs.Statisticspublic long getLastFinishedJobTime()
getLastFinishedJobTime in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfActiveJobs()
getNumberOfActiveJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfCancelledJobs()
getNumberOfCancelledJobs in interface org.apache.sling.event.jobs.Statisticspublic long getStartTime()
getStartTime in interface org.apache.sling.event.jobs.Statisticspublic Date getStartDate()
getStartDate in interface org.apache.sling.event.jobs.jmx.StatisticsMBeanpublic long getNumberOfFinishedJobs()
getNumberOfFinishedJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfFailedJobs()
getNumberOfFailedJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfProcessedJobs()
getNumberOfProcessedJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfQueuedJobs()
getNumberOfQueuedJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfJobs()
getNumberOfJobs in interface org.apache.sling.event.jobs.Statisticspublic void reset()
reset in interface org.apache.sling.event.jobs.Statisticspublic Date getLastActivatedJobDate()
getLastActivatedJobDate in interface org.apache.sling.event.jobs.jmx.StatisticsMBeanpublic Date getLastFinishedJobDate()
getLastFinishedJobDate in interface org.apache.sling.event.jobs.jmx.StatisticsMBeanCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.