Package org.redisson.connection.pool
Class SlaveConnectionPool
java.lang.Object
org.redisson.connection.pool.SlaveConnectionPool
Connection pool for slave node
- Author:
- Nikita Koksharov
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSlaveConnectionPool
(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) -
Method Summary
Modifier and TypeMethodDescriptionprotected final CompletableFuture
<RedisConnection> acquireConnection
(RedisCommand<?> command, ClientConnectionsEntry entry) final void
addEntry
(ClientConnectionsEntry entry) get
(RedisCommand<?> command) get
(RedisCommand<?> command, ClientConnectionsEntry entry) protected ConnectionsHolder
<RedisConnection> final void
returnConnection
(ClientConnectionsEntry entry, RedisConnection connection)
-
Field Details
-
entries
-
-
Constructor Details
-
SlaveConnectionPool
public SlaveConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry)
-
-
Method Details
-
getConnectionHolder
-
addEntry
-
get
-
get
public CompletableFuture<RedisConnection> get(RedisCommand<?> command, ClientConnectionsEntry entry) -
acquireConnection
protected final CompletableFuture<RedisConnection> acquireConnection(RedisCommand<?> command, ClientConnectionsEntry entry) -
returnConnection
-