Package | Description |
---|---|
org.redisson.client | |
org.redisson.client.handler | |
org.redisson.command | |
org.redisson.connection | |
org.redisson.connection.balancer | |
org.redisson.connection.pool |
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubConnection |
Modifier and Type | Method and Description |
---|---|
<C extends RedisConnection> |
RedisConnection.getConnectionPromise() |
static <C extends RedisConnection> |
RedisConnection.getFrom(io.netty.channel.Channel channel) |
Modifier and Type | Method and Description |
---|---|
RedisConnection |
RedisClient.connect() |
Modifier and Type | Method and Description |
---|---|
RFuture<RedisConnection> |
RedisClient.connectAsync() |
Modifier and Type | Class and Description |
---|---|
class |
BaseConnectionHandler<C extends RedisConnection> |
Modifier and Type | Method and Description |
---|---|
protected RFuture<RedisConnection> |
RedisExecutor.getConnection() |
protected RFuture<RedisConnection> |
RedisQueuedBatchExecutor.getConnection() |
RFuture<RedisConnection> |
CommandBatchService.ConnectionEntry.getConnectionFuture() |
Modifier and Type | Method and Description |
---|---|
protected void |
RedisExecutor.sendCommand(RPromise<R> attemptPromise,
RedisConnection connection) |
protected void |
RedisQueuedBatchExecutor.sendCommand(RPromise<R> attemptPromise,
RedisConnection connection) |
protected void |
RedisCommonBatchExecutor.sendCommand(RPromise<Void> attemptPromise,
RedisConnection connection) |
Modifier and Type | Method and 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 |
RedisExecutor.handleResult(RPromise<R> attemptPromise,
RFuture<RedisConnection> connectionFuture) |
protected void |
RedisCommonBatchExecutor.handleResult(RPromise<Void> 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) |
Modifier and Type | Method and Description |
---|---|
RedisConnection |
ClientConnectionsEntry.pollConnection() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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 and 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) |
Modifier and Type | Method and Description |
---|---|
RFuture<RedisConnection> |
LoadBalancerManager.getConnection(RedisCommand<?> command,
RedisClient client) |
RFuture<RedisConnection> |
LoadBalancerManager.getConnection(RedisCommand<?> command,
RedisURI addr) |
RFuture<RedisConnection> |
LoadBalancerManager.nextConnection(RedisCommand<?> command) |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancerManager.returnConnection(RedisConnection connection) |
Modifier and Type | Method and Description |
---|---|
RFuture<RedisConnection> |
MasterConnectionPool.get(RedisCommand<?> command) |
Copyright © 2014–2021 Redisson. All rights reserved.