Package org.redisson.connection.balancer
Interface LoadBalancer
- All Known Implementing Classes:
CommandsLoadBalancer
,RandomLoadBalancer
,RoundRobinLoadBalancer
,WeightedRoundRobinBalancer
public interface LoadBalancer
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry
(List<ClientConnectionsEntry> clientsCopy) Deprecated.default ClientConnectionsEntry
getEntry
(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand)
-
Method Details
-
getEntry
Deprecated. -
getEntry
default ClientConnectionsEntry getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand)
-