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 ClientConnectionsEntryMasterSlaveEntry. 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 voidIdleConnectionWatcher. add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler)booleanMasterSlaveEntry. nodeDown(ClientConnectionsEntry entry)voidIdleConnectionWatcher. remove(ClientConnectionsEntry entry)booleanMasterSlaveEntry. slaveDown(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. 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 ClientConnectionsEntryLoadBalancerManager. freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason)ClientConnectionsEntryLoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)ClientConnectionsEntryLoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)ClientConnectionsEntryLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryLoadBalancerManager. getEntry(RedisClient redisClient)ClientConnectionsEntryRandomLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryRoundRobinLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryWeightedRoundRobinBalancer. 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)ClientConnectionsEntryLoadBalancerManager. freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason)booleanLoadBalancerManager. unfreeze(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason)Method parameters in org.redisson.connection.balancer with type arguments of type ClientConnectionsEntry Modifier and Type Method Description ClientConnectionsEntryLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryRandomLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryRoundRobinLoadBalancer. getEntry(List<ClientConnectionsEntry> clientsCopy)ClientConnectionsEntryWeightedRoundRobinBalancer. 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. entriesprotected Queue<ClientConnectionsEntry>ConnectionPool. entriesprotected Queue<ClientConnectionsEntry>ConnectionPool. entriesprotected Queue<ClientConnectionsEntry>ConnectionPool. entriesMethods in org.redisson.connection.pool with parameters of type ClientConnectionsEntry Modifier and Type Method Description protected voidPubSubConnectionPool. acquireConnection(ClientConnectionsEntry entry, Runnable runnable, RedisCommand<?> command)protected RFuture<RedisPubSubConnection>PubSubConnectionPool. connect(ClientConnectionsEntry entry)protected intMasterConnectionPool. getMinimumIdleSize(ClientConnectionsEntry entry)protected intPubSubConnectionPool. getMinimumIdleSize(ClientConnectionsEntry entry)protected intSlaveConnectionPool. getMinimumIdleSize(ClientConnectionsEntry entry)protected RedisPubSubConnectionPubSubConnectionPool. poll(ClientConnectionsEntry entry, RedisCommand<?> command)protected voidPubSubConnectionPool. releaseConnection(ClientConnectionsEntry entry)protected voidPubSubConnectionPool. releaseConnection(ClientConnectionsEntry entry, RedisPubSubConnection conn)voidMasterConnectionPool. remove(ClientConnectionsEntry entry)voidMasterPubSubConnectionPool. remove(ClientConnectionsEntry entry)
-