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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSlaveConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry) -
Method Summary
Modifier and TypeMethodDescriptionprotected final CompletableFuture<RedisConnection> acquireConnection(RedisCommand<?> command, ClientConnectionsEntry entry) final voidaddEntry(ClientConnectionsEntry entry) get(RedisCommand<?> command) get(RedisCommand<?> command, ClientConnectionsEntry entry) protected ConnectionsHolder<RedisConnection> final voidreturnConnection(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
-