| Package | Description |
|---|---|
| org.redisson.client | |
| org.redisson.connection | |
| org.redisson.connection.balancer | |
| org.redisson.connection.pool | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
RedisPubSubConnection |
RedisClient.connectPubSub() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RedisPubSubConnection> |
RedisClient.connectPubSubAsync() |
| Constructor and Description |
|---|
OneShotPubSubListener(RedisPubSubConnection connection,
RedisPubSubListener<V> listener) |
| Constructor and Description |
|---|
RedisPubSubConnection(RedisClient redisClient,
io.netty.channel.Channel channel,
RPromise<RedisPubSubConnection> connectionPromise) |
| Modifier and Type | Method and Description |
|---|---|
RedisPubSubConnection |
PubSubConnectionEntry.getConnection() |
RedisPubSubConnection |
ClientConnectionsEntry.pollSubscribeConnection() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RedisPubSubConnection> |
ClientConnectionsEntry.connectPubSub() |
Queue<RedisPubSubConnection> |
ClientConnectionsEntry.getAllSubscribeConnections() |
RFuture<RedisPubSubConnection> |
MasterSlaveEntry.nextPubSubConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionsEntry.releaseSubscribeConnection(RedisPubSubConnection connection) |
| Constructor and Description |
|---|
PubSubConnectionEntry(RedisPubSubConnection conn,
int subscriptionsPerConnection) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RedisPubSubConnection> |
LoadBalancerManager.nextPubSubConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancerManager.returnPubSubConnection(RedisPubSubConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisPubSubConnection |
PubSubConnectionPool.poll(ClientConnectionsEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected RFuture<RedisPubSubConnection> |
PubSubConnectionPool.connect(ClientConnectionsEntry entry) |
RFuture<RedisPubSubConnection> |
PubSubConnectionPool.get() |
RFuture<RedisPubSubConnection> |
MasterPubSubConnectionPool.get(RedisCommand<?> command) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PubSubConnectionPool.releaseConnection(ClientConnectionsEntry entry,
RedisPubSubConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishSubscribeService.reattachPubSub(RedisPubSubConnection redisPubSubConnection) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.