Uses of Interface
org.apache.ignite.spi.loadbalancing.adaptive.AdaptiveLoadProbe
-
Packages that use AdaptiveLoadProbe Package Description org.apache.ignite.spi.loadbalancing.adaptive Contains adaptive load balancing SPI. -
-
Uses of AdaptiveLoadProbe in org.apache.ignite.spi.loadbalancing.adaptive
Classes in org.apache.ignite.spi.loadbalancing.adaptive that implement AdaptiveLoadProbe Modifier and Type Class Description class
AdaptiveCpuLoadProbe
Implementation of node load probing based on CPU load.class
AdaptiveJobCountLoadProbe
Implementation of node load probing based on active and waiting job count.class
AdaptiveProcessingTimeLoadProbe
Implementation of node load probing based on total job processing time.Methods in org.apache.ignite.spi.loadbalancing.adaptive with parameters of type AdaptiveLoadProbe Modifier and Type Method Description AdaptiveLoadBalancingSpi
AdaptiveLoadBalancingSpi. setLoadProbe(AdaptiveLoadProbe probe)
Sets implementation of node load probe.
-