| Package | Description |
|---|---|
| org.redisson.connection |
| Modifier and Type | Field and Description |
|---|---|
protected Queue<PubSubConnectionEntry> |
MasterSlaveConnectionManager.freePubSubConnections |
protected ConcurrentMap<String,PubSubConnectionEntry> |
MasterSlaveConnectionManager.name2PubSubConnection |
| Modifier and Type | Method and Description |
|---|---|
PubSubConnectionEntry |
MasterSlaveConnectionManager.getPubSubEntry(String channelName) |
PubSubConnectionEntry |
ConnectionManager.getPubSubEntry(String channelName) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<PubSubConnectionEntry> |
MasterSlaveConnectionManager.psubscribe(String channelName,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
ConnectionManager.psubscribe(String pattern,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
MasterSlaveConnectionManager.psubscribe(String channelName,
Codec codec,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
ConnectionManager.psubscribe(String pattern,
Codec codec,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
MasterSlaveConnectionManager.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
ConnectionManager.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
MasterSlaveConnectionManager.subscribe(Codec codec,
String channelName,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
ConnectionManager.subscribe(Codec codec,
String channelName,
RedisPubSubListener<?>... listeners) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MasterSlaveConnectionManager.releaseSubscribeConnection(int slot,
PubSubConnectionEntry pubSubEntry) |
void |
MasterSlaveEntry.returnPubSubConnection(PubSubConnectionEntry entry) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.