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