| Package | Description |
|---|---|
| org.redisson.client | |
| org.redisson.client.handler | |
| org.redisson.command | |
| org.redisson.connection | |
| org.redisson.connection.balancer |
| 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 | Method and Description |
|---|---|
void |
ReconnectListener.onReconnect(RedisConnection redisConnection,
RPromise<RedisConnection> connectionFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectListener.onReconnect(RedisConnection redisConnection,
RPromise<RedisConnection> connectionFuture) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseConnectionHandler<C extends RedisConnection> |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RedisConnection> |
AsyncDetails.getConnectionFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncDetails.init(RFuture<RedisConnection> connectionFuture,
RPromise<R> attemptPromise,
boolean readOnlyMode,
NodeSource source,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt) |
protected <V,R> void |
CommandAsyncService.releaseConnection(NodeSource source,
RFuture<RedisConnection> connectionFuture,
boolean isReadOnly,
RPromise<R> attemptPromise,
AsyncDetails<V,R> details) |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureConnectionListener<T extends RedisConnection> |
| Modifier and Type | Method and Description |
|---|---|
RedisConnection |
ClientConnectionsEntry.pollConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionsEntry.releaseConnection(RedisConnection connection) |
void |
MasterSlaveConnectionManager.releaseRead(NodeSource source,
RedisConnection connection) |
void |
ConnectionManager.releaseRead(NodeSource source,
RedisConnection connection) |
void |
SingleEntry.releaseRead(RedisConnection connection) |
void |
MasterSlaveEntry.releaseRead(RedisConnection connection) |
void |
MasterSlaveConnectionManager.releaseWrite(NodeSource source,
RedisConnection connection) |
void |
ConnectionManager.releaseWrite(NodeSource source,
RedisConnection connection) |
void |
MasterSlaveEntry.releaseWrite(RedisConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdleConnectionWatcher.add(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter) |
| Constructor and Description |
|---|
Entry(int minimumAmount,
int maximumAmount,
Collection<? extends RedisConnection> connections,
AsyncSemaphore freeConnectionsCounter) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RedisConnection> |
LoadBalancerManager.getConnection(RedisCommand<?> command,
InetSocketAddress addr) |
RFuture<RedisConnection> |
LoadBalancerManager.nextConnection(RedisCommand<?> command) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancerManager.returnConnection(RedisConnection connection) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.