Uses of Interface
org.redisson.connection.ConnectionManager
Packages that use ConnectionManager
Package
Description
-
Uses of ConnectionManager in org.redisson
Fields in org.redisson declared as ConnectionManagerModifier and TypeFieldDescriptionprotected final ConnectionManagerRedisson.connectionManagerprotected final ConnectionManagerRedissonReactive.connectionManagerprotected final ConnectionManagerRedissonRx.connectionManagerMethods in org.redisson that return ConnectionManagerModifier and TypeMethodDescriptionRedisson.getConnectionManager()RedissonKeys.getConnectionManager()RedissonReactive.getConnectionManager()Constructors in org.redisson with parameters of type ConnectionManagerModifierConstructorDescriptionElementsSubscribeService(ConnectionManager connectionManager) QueueTransferTask(ConnectionManager connectionManager) RedisClusterNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor) Deprecated.RedisNodes(ConnectionManager connectionManager, CommandAsyncExecutor commandExecutor) Deprecated.protectedRedissonReactive(ConnectionManager connectionManager, EvictionScheduler evictionScheduler, WriteBehindService writeBehindService, ConcurrentMap<String, ResponseEntry> responses) protectedRedissonRx(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 -
Uses of ConnectionManager in org.redisson.command
Methods in org.redisson.command that return ConnectionManagerModifier and TypeMethodDescriptionCommandAsyncExecutor.getConnectionManager()CommandAsyncService.getConnectionManager()CommandSyncExecutor.getConnectionManager()Constructors in org.redisson.command with parameters of type ConnectionManagerModifierConstructorDescriptionBaseRedisBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) CommandAsyncService(ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, RedissonObjectBuilder.ReferenceType referenceType) CommandSyncService(ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder) RedisBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisCommonBatchExecutor(NodeSource source, CompletableFuture<Void> mainPromise, ConnectionManager connectionManager, BatchOptions options, CommandBatchService.Entry entry, AtomicInteger slots, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) RedisQueuedBatchExecutor(boolean readOnlyMode, NodeSource source, Codec codec, RedisCommand<V> command, Object[] params, CompletableFuture<R> mainPromise, boolean ignoreRedirect, ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder, ConcurrentMap<MasterSlaveEntry, CommandBatchService.Entry> commands, ConcurrentMap<MasterSlaveEntry, CommandBatchService.ConnectionEntry> connections, BatchOptions options, AtomicInteger index, AtomicBoolean executed, RedissonObjectBuilder.ReferenceType referenceType, boolean noRetry) -
Uses of ConnectionManager in org.redisson.config
Methods in org.redisson.config that return ConnectionManagerModifier and TypeMethodDescriptionstatic ConnectionManagerConfigSupport.createConnectionManager(Config configCopy) Methods in org.redisson.config with parameters of type ConnectionManagerModifier and TypeMethodDescriptionvoidConfig.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 ConnectionManagerModifier and TypeClassDescriptionclassclassConnectionManagerfor AWS ElastiCache Replication Groups or Azure Redis Cache.classclassConstructors in org.redisson.connection with parameters of type ConnectionManagerModifierConstructorDescriptionClientConnectionsEntry(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) -
Uses of ConnectionManager in org.redisson.connection.balancer
Fields in org.redisson.connection.balancer declared as ConnectionManagerModifier and TypeFieldDescriptionprotected final ConnectionManagerLoadBalancerManager.connectionManagerConstructors in org.redisson.connection.balancer with parameters of type ConnectionManagerModifierConstructorDescriptionLoadBalancerManager(MasterSlaveServersConfig config, ConnectionManager connectionManager, MasterSlaveEntry entry) -
Uses of ConnectionManager in org.redisson.connection.pool
Constructors in org.redisson.connection.pool with parameters of type ConnectionManagerModifierConstructorDescriptionMasterConnectionPool(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
Methods in org.redisson.pubsub that return ConnectionManagerConstructors in org.redisson.pubsub with parameters of type ConnectionManagerModifierConstructorDescriptionPublishSubscribeService(ConnectionManager connectionManager, MasterSlaveServersConfig config) PubSubConnectionEntry(RedisPubSubConnection conn, ConnectionManager connectionManager) -
Uses of ConnectionManager in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type ConnectionManagerModifierConstructorDescriptionCommandReactiveBatchService(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 ConnectionManagerModifierConstructorDescriptionRedissonBaseNodes(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 ConnectionManagerModifierConstructorDescriptionCommandRxBatchService(ConnectionManager connectionManager, CommandAsyncExecutor executor, BatchOptions options) CommandRxService(ConnectionManager connectionManager, RedissonObjectBuilder objectBuilder) RedissonBatchRx(EvictionScheduler evictionScheduler, ConnectionManager connectionManager, CommandRxExecutor commandExecutor, BatchOptions options)