| Package | Description | 
|---|---|
| org.apache.ignite.configuration | 
 Contains configuration-related classes. 
 | 
| org.apache.ignite.spi.loadbalancing.adaptive | 
 Contains adaptive load balancing SPI. 
 | 
| org.apache.ignite.spi.loadbalancing.roundrobin | 
 Contains default round-robin implementation for load balancing SPI. 
 | 
| org.apache.ignite.spi.loadbalancing.weightedrandom | 
 Contains weighted random-base implementation for load balancing SPI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LoadBalancingSpi[] | 
IgniteConfiguration.getLoadBalancingSpi()
Should return fully configured load balancing SPI implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IgniteConfiguration | 
IgniteConfiguration.setLoadBalancingSpi(LoadBalancingSpi... loadBalancingSpi)
Sets fully configured instance of  
LoadBalancingSpi. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdaptiveLoadBalancingSpi
Load balancing SPI that adapts to overall node performance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RoundRobinLoadBalancingSpi
This SPI iterates through nodes in round-robin fashion and pick the next
 sequential node. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WeightedRandomLoadBalancingSpi
Load balancing SPI that picks a random node for job execution. 
 | 
                                     
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                 Follow @ApacheIgnite                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                     Ignite Database and Caching Platform                                                                                                                   :                                                               ver. 2.7.2                                                                                                                                                                                                                                                                                                                                    Release Date                                                                                                                   :                                                               February 6 2019