Uses of Interface
org.redisson.connection.ConnectionManager
-
-
Uses of ConnectionManager in org.redisson
Fields in org.redisson declared as ConnectionManager Modifier and Type Field Description protected ConnectionManager
Redisson. connectionManager
protected ConnectionManager
RedissonReactive. connectionManager
protected ConnectionManager
RedissonRx. connectionManager
Methods in org.redisson that return ConnectionManager Modifier and Type Method Description ConnectionManager
Redisson. getConnectionManager()
ConnectionManager
RedissonKeys. getConnectionManager()
ConnectionManager
RedissonReactive. getConnectionManager()
Constructors in org.redisson with parameters of type ConnectionManager Constructor Description ElementsSubscribeService(ConnectionManager connectionManager)
QueueTransferTask(ConnectionManager connectionManager)
RedisClusterNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
Deprecated.RedisNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
Deprecated.RedissonReactive(ConnectionManager connectionManager, EvictionScheduler evictionScheduler, WriteBehindService writeBehindService, ConcurrentMap<String,ResponseEntry> responses)
RedissonRx(ConnectionManager connectionManager, EvictionScheduler evictionScheduler, WriteBehindService writeBehindService, ConcurrentMap<String,ResponseEntry> responses)
-
Uses of ConnectionManager in org.redisson.cluster
Classes in org.redisson.cluster that implement ConnectionManager Modifier and Type Class Description class
ClusterConnectionManager
-
Uses of ConnectionManager in org.redisson.command
Methods in org.redisson.command that return ConnectionManager Modifier and Type Method Description ConnectionManager
CommandAsyncExecutor. getConnectionManager()
ConnectionManager
CommandAsyncService. getConnectionManager()
ConnectionManager
CommandSyncExecutor. getConnectionManager()
-
Uses of ConnectionManager in org.redisson.config
Methods in org.redisson.config that return ConnectionManager Modifier and Type Method Description static ConnectionManager
ConfigSupport. createConnectionManager(Config configCopy)
Methods in org.redisson.config with parameters of type ConnectionManager Modifier and Type Method Description void
Config. useCustomServers(ConnectionManager connectionManager)
This is an extension point to supply custom connection manager. -
Uses of ConnectionManager in org.redisson.connection
Classes in org.redisson.connection that implement ConnectionManager Modifier and Type Class Description class
MasterSlaveConnectionManager
class
ReplicatedConnectionManager
ConnectionManager
for AWS ElastiCache Replication Groups or Azure Redis Cache.class
SentinelConnectionManager
class
SingleConnectionManager
Constructors in org.redisson.connection with parameters of type ConnectionManager Constructor 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, String sslHostname)
SingleEntry(ConnectionManager connectionManager, MasterSlaveServersConfig config, String sslHostname)
-
Uses of ConnectionManager in org.redisson.connection.balancer
Constructors in org.redisson.connection.balancer with parameters of type ConnectionManager Constructor Description LoadBalancerManager(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry entry)
-
Uses of ConnectionManager in org.redisson.connection.pool
Constructors in org.redisson.connection.pool with parameters of type ConnectionManager Constructor 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)
-
Uses of ConnectionManager in org.redisson.pubsub
Constructors in org.redisson.pubsub with parameters of type ConnectionManager Constructor Description PublishSubscribeService(ConnectionManager connectionManager, MasterSlaveServersConfig config)
-
Uses of ConnectionManager in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type ConnectionManager Constructor Description CommandReactiveBatchService(ConnectionManager connectionManager, CommandReactiveExecutor commandExecutor, BatchOptions options)
CommandReactiveService(ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder)
RedissonBatchReactive(EvictionScheduler evictionScheduler, ConnectionManager connectionManager, CommandReactiveExecutor commandExecutor, BatchOptions options)
-
Uses of ConnectionManager in org.redisson.redisnode
Constructors in org.redisson.redisnode with parameters of type ConnectionManager Constructor Description RedissonBaseNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
RedissonClusterNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
RedissonMasterSlaveNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
RedissonSentinelMasterSlaveNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
RedissonSingleNode(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor)
-
Uses of ConnectionManager in org.redisson.rx
Constructors in org.redisson.rx with parameters of type ConnectionManager Constructor Description CommandRxBatchService(ConnectionManager connectionManager, CommandAsyncExecutor executor, BatchOptions options)
CommandRxService(ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder)
RedissonBatchRx(EvictionScheduler evictionScheduler, ConnectionManager connectionManager, CommandRxExecutor commandExecutor, BatchOptions options)
-