public class RoundRobinLoadBalancing<T> extends Object implements LoadBalancingStrategy<T,Queue<T>>
| Constructor and Description |
|---|
RoundRobinLoadBalancing() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Queue<T> |
createCollectionForCycling() |
T |
cycle(@NotNull Queue<T> items) |
@NotNull public @NotNull Queue<T> createCollectionForCycling()
createCollectionForCycling in interface LoadBalancingStrategy<T,Queue<T>>Copyright © 2019–2024. All rights reserved.