@GridMBeanDescription(value="MBean that provides access to job stealing failover SPI configuration.") public interface GridJobStealingFailoverSpiMBean extends GridSpiManagementMBean
GridJobStealingFailoverSpi.| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumFailoverAttempts()
Gets maximum number of attempts to execute a failed job on another node.
|
int |
getTotalFailedOverJobsCount()
Get total number of jobs that were failed over including stolen ones.
|
int |
getTotalStolenJobsCount()
Get total number of jobs that were stolen.
|
getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@GridMBeanDescription(value="Maximum number of attempts to execute a failed job on another node.") int getMaximumFailoverAttempts()
GridJobStealingFailoverSpi.DFLT_MAX_FAILOVER_ATTEMPTS value will be used.@GridMBeanDescription(value="Total number of jobs that were failed over including stolen ones.") int getTotalFailedOverJobsCount()
@GridMBeanDescription(value="Total number of jobs that were stolen.") int getTotalStolenJobsCount()
Copyright © 2014. All rights reserved.