public interface JobCoordinatorMonitor
JobCoordinator metrics.| Modifier and Type | Method and Description | 
|---|---|
long | 
getClearedTaskCount()
Returns the cleared task count. 
 | 
long | 
getCreatedTaskCount()
Returns the created task count. 
 | 
long | 
getExecuteAttempts()
Returns the job execution attempts. 
 | 
long | 
getFailedJobCount()
Returns the failed jobs count. 
 | 
long | 
getIncompleteTaskCount()
Returns the incomplete task count. 
 | 
long | 
getPendingTaskCount()
Returns the pending task count. 
 | 
long | 
getRetriesCount()
Returns the retry jobs count. 
 | 
String | 
toString()  | 
long getClearedTaskCount()
long getCreatedTaskCount()
long getIncompleteTaskCount()
long getPendingTaskCount()
long getFailedJobCount()
long getRetriesCount()
long getExecuteAttempts()
Copyright © 2019 OpenDaylight. All rights reserved.