Package | Description |
---|---|
org.redisson.connection | |
org.redisson.connection.balancer | |
org.redisson.connection.pool |
Modifier and Type | Method and Description |
---|---|
ClientConnectionsEntry |
MasterSlaveEntry.getEntry(RedisClient redisClient) |
Modifier and Type | Method and Description |
---|---|
Collection<ClientConnectionsEntry> |
MasterSlaveEntry.getAllEntries() |
Modifier and Type | Method and Description |
---|---|
void |
IdleConnectionWatcher.add(ClientConnectionsEntry entry,
int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter,
Function<RedisConnection,Boolean> deleteHandler) |
boolean |
MasterSlaveEntry.nodeDown(ClientConnectionsEntry entry) |
void |
IdleConnectionWatcher.remove(ClientConnectionsEntry entry) |
boolean |
MasterSlaveEntry.slaveDown(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
MasterSlaveEntry.slaveUp(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
Modifier and Type | Method and Description |
---|---|
ClientConnectionsEntry |
LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry,
ClientConnectionsEntry.FreezeReason freezeReason) |
ClientConnectionsEntry |
LoadBalancerManager.freeze(InetSocketAddress address,
ClientConnectionsEntry.FreezeReason freezeReason) |
ClientConnectionsEntry |
LoadBalancerManager.freeze(RedisURI address,
ClientConnectionsEntry.FreezeReason freezeReason) |
ClientConnectionsEntry |
LoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
RandomLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
RoundRobinLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
WeightedRoundRobinBalancer.getEntry(List<ClientConnectionsEntry> clients) |
ClientConnectionsEntry |
LoadBalancerManager.getEntry(RedisClient redisClient) |
Modifier and Type | Method and Description |
---|---|
Collection<ClientConnectionsEntry> |
LoadBalancerManager.getEntries() |
Modifier and Type | Method and Description |
---|---|
RFuture<Void> |
LoadBalancerManager.add(ClientConnectionsEntry entry) |
ClientConnectionsEntry |
LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry,
ClientConnectionsEntry.FreezeReason freezeReason) |
boolean |
LoadBalancerManager.unfreeze(ClientConnectionsEntry entry,
ClientConnectionsEntry.FreezeReason freezeReason) |
Modifier and Type | Method and Description |
---|---|
ClientConnectionsEntry |
LoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
RandomLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
RoundRobinLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) |
ClientConnectionsEntry |
WeightedRoundRobinBalancer.getEntry(List<ClientConnectionsEntry> clients) |
Modifier and Type | Method and Description |
---|---|
protected void |
PubSubConnectionPool.acquireConnection(ClientConnectionsEntry entry,
Runnable runnable) |
protected RFuture<RedisPubSubConnection> |
PubSubConnectionPool.connect(ClientConnectionsEntry entry) |
protected int |
MasterConnectionPool.getMinimumIdleSize(ClientConnectionsEntry entry) |
protected int |
PubSubConnectionPool.getMinimumIdleSize(ClientConnectionsEntry entry) |
protected int |
SlaveConnectionPool.getMinimumIdleSize(ClientConnectionsEntry entry) |
protected RedisPubSubConnection |
PubSubConnectionPool.poll(ClientConnectionsEntry entry) |
protected void |
PubSubConnectionPool.releaseConnection(ClientConnectionsEntry entry) |
protected void |
PubSubConnectionPool.releaseConnection(ClientConnectionsEntry entry,
RedisPubSubConnection conn) |
void |
MasterConnectionPool.remove(ClientConnectionsEntry entry) |
void |
MasterPubSubConnectionPool.remove(ClientConnectionsEntry entry) |
Copyright © 2014–2021 Redisson. All rights reserved.