| Modifier and Type | Field and Description |
|---|---|
protected ConnectionManager |
RedissonReactive.connectionManager |
protected ConnectionManager |
Redisson.connectionManager |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
Redisson.getConnectionManager() |
| Constructor and Description |
|---|
QueueTransferTask(ConnectionManager connectionManager) |
RedisClusterNodes(ConnectionManager connectionManager) |
RedisNodes(ConnectionManager connectionManager) |
RedissonBatch(EvictionScheduler evictionScheduler,
ConnectionManager connectionManager,
BatchOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterConnectionManager |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
CommandSyncExecutor.getConnectionManager() |
ConnectionManager |
CommandAsyncService.getConnectionManager() |
ConnectionManager |
CommandAsyncExecutor.getConnectionManager() |
| Constructor and Description |
|---|
CommandAsyncService(ConnectionManager connectionManager) |
CommandBatchService(ConnectionManager connectionManager) |
CommandBatchService(ConnectionManager connectionManager,
BatchOptions options) |
CommandReactiveBatchService(ConnectionManager connectionManager) |
CommandReactiveService(ConnectionManager connectionManager) |
CommandSyncService(ConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionManager |
ConfigSupport.createConnectionManager(Config configCopy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.useCustomServers(ConnectionManager connectionManager)
This is an extension point to supply custom connection manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticacheConnectionManager
Deprecated.
|
class |
MasterSlaveConnectionManager |
class |
ReplicatedConnectionManager
ConnectionManager for AWS ElastiCache Replication Groups or Azure Redis Cache. |
class |
SentinelConnectionManager |
class |
SingleConnectionManager |
| Constructor and Description |
|---|
ClientConnectionsEntry(RedisClient client,
int poolMinSize,
int poolMaxSize,
int subscribePoolMinSize,
int subscribePoolMaxSize,
ConnectionManager connectionManager,
NodeType nodeType) |
DNSMonitor(ConnectionManager connectionManager,
RedisClient masterHost,
Collection<URI> slaveHosts,
long dnsMonitoringInterval,
io.netty.resolver.dns.DnsAddressResolverGroup resolverGroup) |
IdleConnectionWatcher(ConnectionManager manager,
MasterSlaveServersConfig config) |
MasterSlaveEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
SingleEntry(Set<ClusterSlotRange> slotRanges,
ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
| Constructor and Description |
|---|
LoadBalancerManager(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry entry) |
| Constructor and Description |
|---|
MasterConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
MasterPubSubConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
PubSubConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
SlaveConnectionPool(MasterSlaveServersConfig config,
ConnectionManager connectionManager,
MasterSlaveEntry masterSlaveEntry) |
| Constructor and Description |
|---|
RedissonCollectionMapReduce(RObject object,
RedissonClient redisson,
ConnectionManager connectionManager) |
RedissonMapReduce(RObject object,
RedissonClient redisson,
ConnectionManager connectionManager) |
| Constructor and Description |
|---|
PublishSubscribeService(ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
| Constructor and Description |
|---|
RedissonBatchReactive(EvictionScheduler evictionScheduler,
ConnectionManager connectionManager,
CommandReactiveService commandExecutor,
BatchOptions options) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.