Uses of Class
org.redisson.connection.ClientConnectionsEntry
Packages that use ClientConnectionsEntry
Package
Description
-
Uses of ClientConnectionsEntry in org.redisson.connection
Methods in org.redisson.connection that return ClientConnectionsEntryMethods in org.redisson.connection that return types with arguments of type ClientConnectionsEntryMethods in org.redisson.connection with parameters of type ClientConnectionsEntryModifier and TypeMethodDescriptionvoidIdleConnectionWatcher.add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection, Boolean> deleteHandler) MasterSlaveEntry.nextPubSubConnection(ClientConnectionsEntry entry) voidMasterSlaveEntry.nodeDown(ClientConnectionsEntry entry) voidIdleConnectionWatcher.remove(ClientConnectionsEntry entry) MasterSlaveEntry.slaveDownAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) MasterSlaveEntry.slaveUpAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) -
Uses of ClientConnectionsEntry in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer that return ClientConnectionsEntryModifier and TypeMethodDescriptionLoadBalancerManager.freeze(InetSocketAddress address, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason) CommandsLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) LoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) Deprecated.default ClientConnectionsEntryLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) LoadBalancerManager.getEntry(RedisClient redisClient) RandomLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) RoundRobinLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) WeightedRoundRobinBalancer.getEntry(List<ClientConnectionsEntry> clients) Methods in org.redisson.connection.balancer that return types with arguments of type ClientConnectionsEntryMethods in org.redisson.connection.balancer with parameters of type ClientConnectionsEntryModifier and TypeMethodDescriptionLoadBalancerManager.add(ClientConnectionsEntry entry) LoadBalancerManager.freeze(ClientConnectionsEntry connectionEntry, ClientConnectionsEntry.FreezeReason freezeReason) LoadBalancerManager.nextPubSubConnection(ClientConnectionsEntry entry) LoadBalancerManager.unfreezeAsync(ClientConnectionsEntry entry, ClientConnectionsEntry.FreezeReason freezeReason) Method parameters in org.redisson.connection.balancer with type arguments of type ClientConnectionsEntryModifier and TypeMethodDescriptionCommandsLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) LoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) Deprecated.default ClientConnectionsEntryLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy, RedisCommand<?> redisCommand) RandomLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) RoundRobinLoadBalancer.getEntry(List<ClientConnectionsEntry> clientsCopy) WeightedRoundRobinBalancer.getEntry(List<ClientConnectionsEntry> clients) -
Uses of ClientConnectionsEntry in org.redisson.connection.pool
Fields in org.redisson.connection.pool with type parameters of type ClientConnectionsEntryModifier and TypeFieldDescriptionprotected final Queue<ClientConnectionsEntry> ConnectionPool.entriesprotected final Queue<ClientConnectionsEntry> ConnectionPool.entriesprotected final Queue<ClientConnectionsEntry> ConnectionPool.entriesprotected final Queue<ClientConnectionsEntry> ConnectionPool.entriesMethods in org.redisson.connection.pool with parameters of type ClientConnectionsEntryModifier and TypeMethodDescriptionprotected CompletableFuture<Void> PubSubConnectionPool.acquireConnection(ClientConnectionsEntry entry, RedisCommand<?> command) protected CompletionStage<RedisPubSubConnection> PubSubConnectionPool.connect(ClientConnectionsEntry entry) PubSubConnectionPool.get(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) -
Uses of ClientConnectionsEntry in org.redisson.pubsub
Methods in org.redisson.pubsub with parameters of type ClientConnectionsEntryModifier and TypeMethodDescriptionPublishSubscribeService.subscribe(MasterSlaveEntry entry, ClientConnectionsEntry clientEntry, Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners)