Uses of Class
org.redisson.client.RedisConnection
Packages that use RedisConnection
Package
Description
-
Uses of RedisConnection in org.redisson.client
Subclasses of RedisConnection in org.redisson.clientMethods in org.redisson.client with type parameters of type RedisConnectionModifier and TypeMethodDescription<C extends RedisConnection>
CompletableFuture<C>RedisConnection.getConnectionPromise()static <C extends RedisConnection>
CRedisConnection.getFrom(io.netty.channel.Channel channel) Methods in org.redisson.client that return RedisConnectionMethods in org.redisson.client that return types with arguments of type RedisConnection -
Uses of RedisConnection in org.redisson.client.handler
Classes in org.redisson.client.handler with type parameters of type RedisConnection -
Uses of RedisConnection in org.redisson.command
Methods in org.redisson.command that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionprotected CompletableFuture<RedisConnection>RedisExecutor.getConnection()protected CompletableFuture<RedisConnection>RedisQueuedBatchExecutor.getConnection()CommandBatchService.ConnectionEntry.getConnectionFuture()Methods in org.redisson.command with parameters of type RedisConnectionModifier and TypeMethodDescriptionprotected voidRedisCommonBatchExecutor.sendCommand(CompletableFuture<Void> attemptPromise, RedisConnection connection) protected voidRedisExecutor.sendCommand(CompletableFuture<R> attemptPromise, RedisConnection connection) protected voidRedisQueuedBatchExecutor.sendCommand(CompletableFuture<R> attemptPromise, RedisConnection connection) Method parameters in org.redisson.command with type arguments of type RedisConnectionModifier and TypeMethodDescriptionprotected voidRedisExecutor.handleError(CompletableFuture<RedisConnection> connectionFuture, Throwable cause) protected voidRedisQueuedBatchExecutor.handleError(CompletableFuture<RedisConnection> connectionFuture, Throwable cause) voidCommandBatchService.ConnectionEntry.setConnectionFuture(CompletableFuture<RedisConnection> connectionFuture) -
Uses of RedisConnection in org.redisson.connection
Methods in org.redisson.connection that return RedisConnectionMethods in org.redisson.connection that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionClientConnectionsEntry.connect()ConnectionManager.connectionReadOp(NodeSource source, RedisCommand<?> command) MasterSlaveConnectionManager.connectionReadOp(NodeSource source, RedisCommand<?> command) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, RedisClient client) MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) SingleEntry.connectionReadOp(RedisCommand<?> command) SingleEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) ConnectionManager.connectionWriteOp(NodeSource source, RedisCommand<?> command) MasterSlaveConnectionManager.connectionWriteOp(NodeSource source, RedisCommand<?> command) MasterSlaveEntry.connectionWriteOp(RedisCommand<?> command) protected final CompletionStage<RedisConnection>MasterSlaveConnectionManager.connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname) protected final CompletionStage<RedisConnection>MasterSlaveConnectionManager.connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname) ClientConnectionsEntry.getAllConnections()MasterSlaveEntry.redirectedConnectionWriteOp(RedisCommand<?> command, RedisURI addr) Methods in org.redisson.connection with parameters of type RedisConnectionModifier and TypeMethodDescriptionvoidClientConnectionsEntry.addConnection(RedisConnection conn) protected voidMasterSlaveConnectionManager.closeNodeConnection(RedisConnection conn) voidClientConnectionsEntry.releaseConnection(RedisConnection connection) voidConnectionManager.releaseRead(NodeSource source, RedisConnection connection) voidMasterSlaveConnectionManager.releaseRead(NodeSource source, RedisConnection connection) voidMasterSlaveEntry.releaseRead(RedisConnection connection) voidSingleEntry.releaseRead(RedisConnection connection) voidConnectionManager.releaseWrite(NodeSource source, RedisConnection connection) voidMasterSlaveConnectionManager.releaseWrite(NodeSource source, RedisConnection connection) voidMasterSlaveEntry.releaseWrite(RedisConnection connection) Method parameters in org.redisson.connection with type arguments of type RedisConnectionModifier and TypeMethodDescriptionvoidIdleConnectionWatcher.add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection, Boolean> deleteHandler) voidIdleConnectionWatcher.add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection, Boolean> deleteHandler) Constructor parameters in org.redisson.connection with type arguments of type RedisConnectionModifierConstructorDescriptionEntry(int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection, Boolean> deleteHandler) Entry(int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection, Boolean> deleteHandler) -
Uses of RedisConnection in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer that return types with arguments of type RedisConnectionModifier and TypeMethodDescriptionLoadBalancerManager.getConnection(RedisCommand<?> command, RedisClient client) LoadBalancerManager.getConnection(RedisCommand<?> command, RedisURI addr) LoadBalancerManager.nextConnection(RedisCommand<?> command) Methods in org.redisson.connection.balancer with parameters of type RedisConnectionModifier and TypeMethodDescriptionvoidLoadBalancerManager.returnConnection(RedisConnection connection) -
Uses of RedisConnection in org.redisson.connection.pool
Methods in org.redisson.connection.pool that return types with arguments of type RedisConnection