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 class
RedisPubSubConnection
Methods 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 RedisConnection
RedisClient. 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 class
BaseConnectionHandler<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 void
RedisCommonBatchExecutor. sendCommand(RPromise<Void> attemptPromise, RedisConnection connection)
protected void
RedisExecutor. sendCommand(RPromise<R> attemptPromise, RedisConnection connection)
protected void
RedisQueuedBatchExecutor. sendCommand(RPromise<R> attemptPromise, RedisConnection connection)
Method parameters in org.redisson.command with type arguments of type RedisConnection Modifier and Type Method Description protected void
RedisExecutor. checkAttemptPromise(RPromise<R> attemptFuture, RFuture<RedisConnection> connectionFuture)
protected void
RedisExecutor. handleError(RFuture<RedisConnection> connectionFuture, Throwable cause)
protected void
RedisQueuedBatchExecutor. handleError(RFuture<RedisConnection> connectionFuture, Throwable cause)
protected void
RedisCommonBatchExecutor. handleResult(RPromise<Void> attemptPromise, RFuture<RedisConnection> connectionFuture)
protected void
RedisExecutor. handleResult(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)
protected void
RedisExecutor. handleSuccess(RPromise<R> promise, RFuture<RedisConnection> connectionFuture, R res)
protected void
RedisQueuedBatchExecutor. handleSuccess(RPromise<R> promise, RFuture<RedisConnection> connectionFuture, R res)
protected void
RedisExecutor. releaseConnection(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)
protected void
RedisQueuedBatchExecutor. releaseConnection(RPromise<R> attemptPromise, RFuture<RedisConnection> connectionFuture)
void
CommandBatchService.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 RedisConnection
ClientConnectionsEntry. pollConnection(RedisCommand<?> command)
Methods in org.redisson.connection with parameters of type RedisConnection Modifier and Type Method Description protected void
MasterSlaveConnectionManager. closeNodeConnection(RedisConnection conn)
void
ClientConnectionsEntry. releaseConnection(RedisConnection connection)
void
ConnectionManager. releaseRead(NodeSource source, RedisConnection connection)
void
MasterSlaveConnectionManager. releaseRead(NodeSource source, RedisConnection connection)
void
MasterSlaveEntry. releaseRead(RedisConnection connection)
void
SingleEntry. releaseRead(RedisConnection connection)
void
ConnectionManager. releaseWrite(NodeSource source, RedisConnection connection)
void
MasterSlaveConnectionManager. releaseWrite(NodeSource source, RedisConnection connection)
void
MasterSlaveEntry. releaseWrite(RedisConnection connection)
Method parameters in org.redisson.connection with type arguments of type RedisConnection Modifier and Type Method Description void
IdleConnectionWatcher. add(ClientConnectionsEntry entry, int minimumAmount, int maximumAmount, Collection<? extends RedisConnection> connections, AsyncSemaphore freeConnectionsCounter, Function<RedisConnection,Boolean> deleteHandler)
void
IdleConnectionWatcher. 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 void
LoadBalancerManager. 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)
-