@MXBeanDescription(value="MBean that provides access to weighted random load balancing SPI configuration.") public interface WeightedRandomLoadBalancingSpiMBean extends IgniteSpiManagementMBean
WeightedRandomLoadBalancingSpi
SPI.Modifier and Type | Method and Description |
---|---|
int |
getNodeWeight()
Gets weight of this node.
|
boolean |
isUseWeights()
Checks whether node weights are considered when doing
random load balancing.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
@MXBeanDescription(value="Whether node weights are considered when doing random load balancing.") boolean isUseWeights()
true
then random load is distributed according
to node weights.@MXBeanDescription(value="Weight of this node.") int getNodeWeight()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024