Uses of Class
org.redisson.connection.ClientConnectionsEntry
-
Packages that use ClientConnectionsEntry Package Description org.redisson.connection org.redisson.connection.balancer org.redisson.connection.pool -
-
Uses of ClientConnectionsEntry in org.redisson.connection
Methods in org.redisson.connection that return ClientConnectionsEntry Modifier and Type Method Description ClientConnectionsEntry
MasterSlaveEntry. getEntry(RedisClient redisClient)
Methods in org.redisson.connection that return types with arguments of type ClientConnectionsEntry Modifier and Type Method Description Collection<ClientConnectionsEntry>
MasterSlaveEntry. getAllEntries()
Methods in org.redisson.connection with parameters of type ClientConnectionsEntry Modifier and Type Method 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)
-
Uses of ClientConnectionsEntry in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer that return ClientConnectionsEntry Modifier and Type Method Description ClientConnectionsEntry
LoadBalancerManager. freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)
ClientConnectionsEntry
LoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)
ClientConnectionsEntry
LoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
ClientConnectionsEntry
LoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)
ClientConnectionsEntry
LoadBalancerManager. getEntry(RedisClient redisClient)
ClientConnectionsEntry
RandomLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)
ClientConnectionsEntry
RoundRobinLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)
ClientConnectionsEntry
WeightedRoundRobinBalancer. getEntry(List<ClientConnectionsEntry> clients)
Methods in org.redisson.connection.balancer that return types with arguments of type ClientConnectionsEntry Modifier and Type Method Description Collection<ClientConnectionsEntry>
LoadBalancerManager. getEntries()
Methods in org.redisson.connection.balancer with parameters of type ClientConnectionsEntry Modifier and Type Method Description RFuture<Void>
LoadBalancerManager. add(ClientConnectionsEntry entry)
ClientConnectionsEntry
LoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
LoadBalancerManager. unfreeze(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)
Method parameters in org.redisson.connection.balancer with type arguments of type ClientConnectionsEntry Modifier and Type Method 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)
-
Uses of ClientConnectionsEntry in org.redisson.connection.pool
Fields in org.redisson.connection.pool with type parameters of type ClientConnectionsEntry Modifier and Type Field Description protected Queue<ClientConnectionsEntry>
ConnectionPool. entries
protected Queue<ClientConnectionsEntry>
ConnectionPool. entries
protected Queue<ClientConnectionsEntry>
ConnectionPool. entries
protected Queue<ClientConnectionsEntry>
ConnectionPool. entries
Methods in org.redisson.connection.pool with parameters of type ClientConnectionsEntry Modifier and Type Method Description protected void
PubSubConnectionPool. acquireConnection(ClientConnectionsEntry entry, Runnable runnable, RedisCommand<?> command)
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, RedisCommand<?> command)
protected void
PubSubConnectionPool. releaseConnection(ClientConnectionsEntry entry)
protected void
PubSubConnectionPool. releaseConnection(ClientConnectionsEntry entry, RedisPubSubConnection conn)
void
MasterConnectionPool. remove(ClientConnectionsEntry entry)
void
MasterPubSubConnectionPool. remove(ClientConnectionsEntry entry)
-