| Package | Description |
|---|---|
| org.redisson.client | |
| org.redisson.connection | |
| org.redisson.connection.balancer | |
| org.redisson.connection.pool |
| 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() |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PubSubConnectionPool.releaseConnection(ClientConnectionsEntry entry,
RedisPubSubConnection conn) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.