Modifier and Type | Field and Description |
---|---|
protected ConnectionManager |
RedissonRx.connectionManager |
protected ConnectionManager |
RedissonReactive.connectionManager |
protected ConnectionManager |
Redisson.connectionManager |
Modifier and Type | Method and Description |
---|---|
ConnectionManager |
RedissonReactive.getConnectionManager() |
ConnectionManager |
Redisson.getConnectionManager() |
Constructor and Description |
---|
ElementsSubscribeService(ConnectionManager connectionManager) |
QueueTransferTask(ConnectionManager connectionManager) |
RedisClusterNodes(ConnectionManager connectionManager) |
RedisNodes(ConnectionManager connectionManager) |
RedissonBatch(EvictionScheduler evictionScheduler,
ConnectionManager connectionManager,
BatchOptions options) |
RedissonLiveObjectService(ConcurrentMap<Class<?>,Class<?>> classCache,
ConnectionManager connectionManager) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterConnectionManager |
Modifier and Type | Method and Description |
---|---|
ConnectionManager |
CommandSyncExecutor.getConnectionManager() |
ConnectionManager |
CommandAsyncService.getConnectionManager() |
ConnectionManager |
CommandAsyncExecutor.getConnectionManager() |
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 |
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<RedisURI> slaveHosts,
long dnsMonitoringInterval,
io.netty.resolver.AddressResolverGroup<InetSocketAddress> resolverGroup) |
IdleConnectionWatcher(ConnectionManager manager,
MasterSlaveServersConfig config) |
MasterSlaveEntry(ConnectionManager connectionManager,
MasterSlaveServersConfig config) |
SingleEntry(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 |
---|
AccessorInterceptor(CommandAsyncExecutor commandExecutor,
ConnectionManager connectionManager) |
LiveObjectInterceptor(CommandAsyncExecutor commandExecutor,
ConnectionManager connectionManager,
Class<?> entityClass,
String idFieldName) |
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 |
---|
CommandReactiveBatchService(ConnectionManager connectionManager,
BatchOptions options) |
CommandReactiveService(ConnectionManager connectionManager) |
RedissonBatchReactive(EvictionScheduler evictionScheduler,
ConnectionManager connectionManager,
CommandReactiveService commandExecutor,
BatchOptions options) |
Constructor and Description |
---|
CommandRxBatchService(ConnectionManager connectionManager,
BatchOptions options) |
CommandRxService(ConnectionManager connectionManager) |
RedissonBatchRx(EvictionScheduler evictionScheduler,
ConnectionManager connectionManager,
CommandRxExecutor commandExecutor,
BatchOptions options) |
Copyright © 2014–2020 Redisson. All rights reserved.