| Package | Description |
|---|---|
| org.bbottema.clusteredobjectpool.cyclingstrategies |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomAccessLoadBalancing<T>
Randomly (thread-safe) cycles through the given items.
|
class |
RoundRobinLoadBalancing<T>
Evenly cycles through the given items.
|
Copyright © 2019–2024. All rights reserved.