@GridMBeanDescription(value="MBean that provides access to weighted random load balancing SPI configuration.") public interface GridWeightedRandomLoadBalancingSpiMBean extends GridSpiManagementMBean
GridWeightedRandomLoadBalancingSpi 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.
|
getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@GridMBeanDescription(value="Whether node weights are considered when doing random load balancing.") boolean isUseWeights()
true then random load is distributed according
to node weights.@GridMBeanDescription(value="Weight of this node.") int getNodeWeight()
Copyright © 2014. All rights reserved.