Interface AdaptiveLoadBalancingSpiMBean
- 
- All Superinterfaces:
- IgniteSpiManagementMBean
 
 @MXBeanDescription("MBean that provides access to adaptive load balancing SPI configuration.") public interface AdaptiveLoadBalancingSpiMBean extends IgniteSpiManagementMBean Management MBean forAdaptiveLoadBalancingSpiSPI.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoadProbeFormatted()Gets text description of current load probing implementation used.- 
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBeangetIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
 
- 
 
- 
- 
- 
Method Detail- 
getLoadProbeFormatted@MXBeanDescription("Text description of current load probing implementation used.") String getLoadProbeFormatted() Gets text description of current load probing implementation used.- Returns:
- Text description of current load probing implementation used.
 
 
- 
 
-