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, boolean trackChanges) final voidaddEntry(ClientConnectionsEntry entry) get(RedisCommand<?> command, boolean trackChanges) get(RedisCommand<?> command, ClientConnectionsEntry entry, boolean trackChanges) protected ConnectionsHolder<RedisConnection> getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) final void
-
Field Details
-
entries
-
-
Constructor Details
-
SlaveConnectionPool
public SlaveConnectionPool(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry masterSlaveEntry)
-
-
Method Details
-
getConnectionHolder
protected ConnectionsHolder<RedisConnection> getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) -
addEntry
-
removeEntry
-
get
-
get
public CompletableFuture<RedisConnection> get(RedisCommand<?> command, ClientConnectionsEntry entry, boolean trackChanges) -
acquireConnection
protected final CompletableFuture<RedisConnection> acquireConnection(RedisCommand<?> command, ClientConnectionsEntry entry, boolean trackChanges)
-