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 ClientConnectionsEntryModifier and TypeMethodDescriptionMasterSlaveEntry.getEntry()MasterSlaveEntry.getEntry(InetSocketAddress address) MasterSlaveEntry.getEntry(RedisClient redisClient) SingleEntry.getEntry(RedisClient redisClient) Methods 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, ConnectionsHolder<? extends RedisConnection> holder) MasterSlaveEntry.nextPubSubConnection(ClientConnectionsEntry entry) voidConnectionsHolder.releaseConnection(ClientConnectionsEntry entry, T connection) voidTrackedConnectionsHolder.releaseConnection(ClientConnectionsEntry entry, RedisConnection connection) voidIdleConnectionWatcher.remove(ClientConnectionsEntry entry) 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 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) 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 TypeMethodDescriptionPubSubConnectionPool.get(ClientConnectionsEntry entry) protected ConnectionsHolder<RedisConnection> MasterConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) protected ConnectionsHolder<RedisPubSubConnection> PubSubConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) protected ConnectionsHolder<RedisConnection> SlaveConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) -
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) Constructors in org.redisson.pubsub with parameters of type ClientConnectionsEntryModifierConstructorDescriptionPubSubClientKey(ChannelName channelName, ClientConnectionsEntry entry)