@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 Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019