public interface ServiceStatistics
| Modifier and Type | Method and Description |
|---|---|
int |
getFinishedJobs()
The number of jobs that this service has successfully finished
|
long |
getMeanQueueTime()
The number of milliseconds a job sits in a queue, on average
|
long |
getMeanRunTime()
The number of milliseconds a job takes, on average, to run
|
int |
getQueuedJobs()
The number of job that are currently waiting to be run by this service
|
int |
getRunningJobs()
The number of job that this service is currently running
|
ServiceRegistration |
getServiceRegistration()
The service for which these statistics apply
|
ServiceRegistration getServiceRegistration()
long getMeanRunTime()
long getMeanQueueTime()
int getFinishedJobs()
int getRunningJobs()
int getQueuedJobs()
Copyright © 2009–2020 Opencast Project. All rights reserved.