Interface JobStealingFailoverSpiMBean

    • Method Detail

      • getMaximumFailoverAttempts

        @MXBeanDescription("Maximum number of attempts to execute a failed job on another node.")
        int getMaximumFailoverAttempts()
        Gets maximum number of attempts to execute a failed job on another node. If job gets stolen and thief node exists then it is not considered as failed job. If not specified, JobStealingFailoverSpi.DFLT_MAX_FAILOVER_ATTEMPTS value will be used.
        Returns:
        Maximum number of attempts to execute a failed job on another node.
      • getTotalFailedOverJobsCount

        @MXBeanDescription("Total number of jobs that were failed over including stolen ones.")
        int getTotalFailedOverJobsCount()
        Get total number of jobs that were failed over including stolen ones.
        Returns:
        Total number of failed over jobs.
      • getTotalStolenJobsCount

        @MXBeanDescription("Total number of jobs that were stolen.")
        int getTotalStolenJobsCount()
        Get total number of jobs that were stolen.
        Returns:
        Total number of stolen jobs.