@MXBeanDescription(value="MBean that provides access to round robin load balancing SPI configuration.") public interface RoundRobinLoadBalancingSpiMBean extends IgniteSpiManagementMBean
RoundRobinLoadBalancingSpi
SPI.Modifier and Type | Method and Description |
---|---|
boolean |
isPerTask()
Configuration parameter indicating whether a new round robin order should be
created for every task.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
@MXBeanDescription(value="Configuration parameter indicating whether a new round robin order should be created for every task.") boolean isPerTask()
true
then load balancer is guaranteed
to iterate through nodes sequentially for every task - so as long as number
of jobs is less than or equal to the number of nodes, jobs are guaranteed to
be assigned to unique nodes. If false
then one round-robin order
will be maintained for all tasks, so when tasks execute concurrently, it
is possible for more than one job within task to be assigned to the same
node.
Default is true
.
true
.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019