|
|
@ -28,7 +28,7 @@ import java.util.List;
|
|
|
|
public interface LoadBalancer {
|
|
|
|
public interface LoadBalancer {
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Use getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) method instead
|
|
|
|
* Use getEntry(List, RedisCommand) method instead
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Deprecated
|
|
|
|
@Deprecated
|
|
|
|
ClientConnectionsEntry getEntry(List<ClientConnectionsEntry> clientsCopy);
|
|
|
|
ClientConnectionsEntry getEntry(List<ClientConnectionsEntry> clientsCopy);
|
|
|
|