Interface JobCoordinatorMonitor
- 
- All Known Implementing Classes:
 JobCoordinatorImpl,OSGiJobCoordinator
public interface JobCoordinatorMonitorMonitor forJobCoordinatormetrics. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetClearedTaskCount()Returns the cleared task count.longgetCreatedTaskCount()Returns the created task count.longgetFailedJobCount()Returns the failed jobs count.longgetIncompleteTaskCount()Returns the incomplete task count.longgetPendingTaskCount()Returns the pending task count.longgetRetriesCount()Returns the retry jobs count.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getClearedTaskCount
long getClearedTaskCount()
Returns the cleared task count. 
- 
getCreatedTaskCount
long getCreatedTaskCount()
Returns the created task count. 
- 
getIncompleteTaskCount
long getIncompleteTaskCount()
Returns the incomplete task count. 
- 
getPendingTaskCount
long getPendingTaskCount()
Returns the pending task count. 
- 
getFailedJobCount
long getFailedJobCount()
Returns the failed jobs count. 
- 
getRetriesCount
long getRetriesCount()
Returns the retry jobs count. 
 - 
 
 -