Interface AdaptiveLoadBalancingSpiMBean
-
- All Superinterfaces:
IgniteSpiManagementMBean
@MXBeanDescription("MBean that provides access to adaptive load balancing SPI configuration.") public interface AdaptiveLoadBalancingSpiMBean extends IgniteSpiManagementMBean
Management MBean forAdaptiveLoadBalancingSpi
SPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLoadProbeFormatted()
Gets text description of current load probing implementation used.-
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBean
getIgniteHome, 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.
-
-