| Package | Description |
|---|---|
| org.infinispan.client.hotrod.configuration |
HotRod Client Configuration API
|
| org.infinispan.client.hotrod.impl.transport.tcp |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RequestBalancingStrategy> |
Configuration.balancingStrategyClass() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.balancingStrategy(Class<? extends RequestBalancingStrategy> balancingStrategy) |
ConfigurationBuilder |
AbstractConfigurationChildBuilder.balancingStrategy(Class<? extends RequestBalancingStrategy> balancingStrategy) |
ConfigurationBuilder |
ConfigurationChildBuilder.balancingStrategy(Class<? extends RequestBalancingStrategy> balancingStrategy)
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FailoverRequestBalancingStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinBalancingStrategy
Round-robin implementation for
RequestBalancingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
RequestBalancingStrategy |
TcpTransportFactory.getBalancer(byte[] cacheName)
Note that the returned
RequestBalancingStrategy may not be thread-safe. |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.