Uses of Class
org.redisson.client.RedisConnection
-
Packages that use RedisConnection Package Description org.redisson.client org.redisson.client.handler org.redisson.command org.redisson.connection org.redisson.connection.balancer org.redisson.connection.pool -
-
Uses of RedisConnection in org.redisson.client
Subclasses of RedisConnection in org.redisson.client Modifier and Type Class Description classRedisPubSubConnectionMethods in org.redisson.client with type parameters of type RedisConnection Modifier and Type Method Description <C extends RedisConnection>
RPromise<C>RedisConnection. getConnectionPromise()static <C extends RedisConnection>
CRedisConnection. getFrom(io.netty.channel.Channel channel)Methods in org.redisson.client that return RedisConnection Modifier and Type Method Description RedisConnectionRedisClient. connect()Methods in org.redisson.client that return types with arguments of type RedisConnection Modifier and Type Method Description RFuture<RedisConnection>RedisClient. connectAsync() -
Uses of RedisConnection in org.redisson.client.handler
Classes in org.redisson.client.handler with type parameters of type RedisConnection Modifier and Type Class Description classBaseConnectionHandler<C extends RedisConnection> -
Uses of RedisConnection in org.redisson.command
Methods in org.redisson.command that return types with arguments of type RedisConnection Modifier and Type Method Description protected RFuture<RedisConnection>RedisExecutor. getConnection()protected RFuture<RedisConnection>RedisQueuedBatchExecutor. getConnection()RFuture<RedisConnection>CommandBatchService.ConnectionEntry. getConnectionFuture()Methods in org.redisson.command with parameters of type RedisConnection Modifier and Type Method Description protected voidRedisCommonBatchExecutor. sendCommand(RPromise<Void> attemptPromise, RedisConnection connection)protected voidRedisExecutor. sendCommand(RPromise<R> attemptPromise, RedisConnection connection)protected voidRedisQueuedBatchExecutor. sendCommand(RPromise<R> attemptPromise, RedisConnection connection)Method parameters in org.redisson.command with type arguments of type RedisConnection Modifier and Type Method Description protected voidRedisExecutor. checkAttemptPromise(RPromise<R> attemptFuture, RFuture<RedisConnection> connectionFuture)protected voidRedisExecutor. handleError(RFuture<RedisConnection> connectionFuture, Throwable cause)protected voidRedisQueuedBatchExecutor. handleError(RFuture<RedisConnection> connectionFuture, Throwable cause)protected voidRedisCommonBatchExecutor. handleResult(RPromise<Void> attemptPromise, RFuture<RedisConnection> connectionFuture)protected voidRedisExecutor. handleResult(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)protected voidRedisExecutor. handleSuccess(RPromise<R> promise, RFuture<RedisConnection> connectionFuture, R res)protected voidRedisQueuedBatchExecutor. handleSuccess(RPromise<R> promise, RFuture<RedisConnection> connectionFuture, R res)protected voidRedisExecutor. releaseConnection(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)protected voidRedisQueuedBatchExecutor. releaseConnection(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)voidCommandBatchService.ConnectionEntry. setConnectionFuture(RFuture<RedisConnection> connectionFuture) -
Uses of RedisConnection in org.redisson.connection
Methods in org.redisson.connection that return RedisConnection Modifier and Type Method Description RedisConnectionClientConnectionsEntry. pollConnection(RedisCommand<?> command)Methods in org.redisson.connection with parameters of type RedisConnection Modifier and Type Method Description 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 RedisConnection Modifier and Type Method Description voidIdleConnectionWatcher. 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 RedisConnection Constructor Description Entry(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 RedisConnection Modifier and Type Method Description RFuture<RedisConnection>LoadBalancerManager. getConnection(RedisCommand<?> command, RedisClient client)RFuture<RedisConnection>LoadBalancerManager. getConnection(RedisCommand<?> command, RedisURI addr)RFuture<RedisConnection>LoadBalancerManager. nextConnection(RedisCommand<?> command)Methods in org.redisson.connection.balancer with parameters of type RedisConnection Modifier and Type Method Description voidLoadBalancerManager. 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 Modifier and Type Method Description RFuture<RedisConnection>MasterConnectionPool. get(RedisCommand<?> command)
-