Interface JobCoordinatorMonitor
-
- All Known Implementing Classes:
JobCoordinatorImpl
public interface JobCoordinatorMonitor
Monitor forJobCoordinator
metrics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getClearedTaskCount()
Returns the cleared task count.long
getCreatedTaskCount()
Returns the created task count.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()
-
-
-
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.
-
-