public class EmptyStatistics extends Object implements org.apache.sling.event.jobs.Statistics
| Constructor and Description |
|---|
EmptyStatistics() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageProcessingTime() |
long |
getAverageWaitingTime() |
long |
getLastActivatedJobTime() |
long |
getLastFinishedJobTime() |
long |
getNumberOfActiveJobs() |
long |
getNumberOfCancelledJobs() |
long |
getNumberOfFailedJobs() |
long |
getNumberOfFinishedJobs() |
long |
getNumberOfJobs() |
long |
getNumberOfProcessedJobs() |
long |
getNumberOfQueuedJobs() |
long |
getStartTime() |
void |
reset() |
public long getStartTime()
getStartTime in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfFinishedJobs()
getNumberOfFinishedJobs in interface org.apache.sling.event.jobs.Statisticspublic long getNumberOfCancelledJobs()
getNumberOfCancelledJobs 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 getNumberOfActiveJobs()
getNumberOfActiveJobs 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 long getLastActivatedJobTime()
getLastActivatedJobTime in interface org.apache.sling.event.jobs.Statisticspublic long getLastFinishedJobTime()
getLastFinishedJobTime in interface org.apache.sling.event.jobs.Statisticspublic long getAverageWaitingTime()
getAverageWaitingTime in interface org.apache.sling.event.jobs.Statisticspublic long getAverageProcessingTime()
getAverageProcessingTime in interface org.apache.sling.event.jobs.Statisticspublic void reset()
reset in interface org.apache.sling.event.jobs.StatisticsCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.