| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.spi.loadbalancing.adaptive |
Contains adaptive load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.roundrobin |
Contains default round-robin implementation for load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.weightedrandom |
Contains weighted random-base implementation for load balancing SPI.
|
| Modifier and Type | Method and Description |
|---|---|
GridLoadBalancingSpi[] |
GridConfiguration.getLoadBalancingSpi()
Should return fully configured load balancing SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setLoadBalancingSpi(GridLoadBalancingSpi... loadBalancingSpi)
Sets fully configured instance of
GridLoadBalancingSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAdaptiveLoadBalancingSpi
Load balancing SPI that adapts to overall node performance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridRoundRobinLoadBalancingSpi
This SPI iterates through nodes in round-robin fashion and pick the next
sequential node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridWeightedRandomLoadBalancingSpi
Load balancing SPI that picks a random node for job execution.
|
Copyright © 2014. All rights reserved.