Interface JobCoordinatorMonitor

    • 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.