@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()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016