| Package | Description |
|---|---|
| org.gridgain.grid.spi.loadbalancing.adaptive |
Contains adaptive load balancing SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAdaptiveCpuLoadProbe
Implementation of node load probing based on CPU load.
|
class |
GridAdaptiveJobCountLoadProbe
Implementation of node load probing based on active and waiting job count.
|
class |
GridAdaptiveProcessingTimeLoadProbe
Implementation of node load probing based on total job processing time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridAdaptiveLoadBalancingSpi.setLoadProbe(GridAdaptiveLoadProbe probe)
Sets implementation of node load probe.
|
Copyright © 2014. All rights reserved.