Uses of Class
org.redisson.misc.RedisURI
Packages that use RedisURI
Package
Description
-
Uses of RedisURI in org.redisson.api
Methods in org.redisson.api that return RedisURIModifier and TypeMethodDescriptionApplies map function to inputuriobjectMethods in org.redisson.api with parameters of type RedisURI -
Uses of RedisURI in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisURIModifier and TypeMethodDescriptionRedisSentinel.getMasterAddr(String masterName) Returns network address of defined Redis master.Methods in org.redisson.api.redisnode that return types with arguments of type RedisURIModifier and TypeMethodDescriptionRedisSentinelAsync.getMasterAddrAsync(String masterName) Returns network address of defined Redis master. -
Uses of RedisURI in org.redisson.client
Methods in org.redisson.client that return RedisURIMethods in org.redisson.client with parameters of type RedisURIModifier and TypeMethodDescriptionRedisClientConfig.setAddress(InetSocketAddress addr, RedisURI address) RedisClientConfig.setAddress(RedisURI address) Constructors in org.redisson.client with parameters of type RedisURIModifierConstructorDescriptionRedisAskException(int slot, RedisURI url) RedisMovedException(int slot, RedisURI url) RedisRedirectException(int slot, RedisURI url) -
Uses of RedisURI in org.redisson.client.protocol
Fields in org.redisson.client.protocol with type parameters of type RedisURIModifier and TypeFieldDescriptionstatic final RedisStrictCommand<RedisURI> RedisCommands.SENTINEL_GET_MASTER_ADDR_BY_NAMEstatic final RedisStrictCommand<RedisURI> RedisCommands.SENTINEL_GET_MASTER_ADDR_BY_NAME_SSL -
Uses of RedisURI in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return RedisURI -
Uses of RedisURI in org.redisson.cluster
Methods in org.redisson.cluster that return RedisURIModifier and TypeMethodDescriptionClusterNodeInfo.getAddress()ClusterPartition.getMasterAddress()Methods in org.redisson.cluster that return types with arguments of type RedisURIModifier and TypeMethodDescriptionClusterPartition.getFailedSlaveAddresses()ClusterPartition.getSlaveAddresses()Methods in org.redisson.cluster with parameters of type RedisURIModifier and TypeMethodDescriptionvoidClusterPartition.addFailedSlaveAddress(RedisURI address) voidClusterPartition.addSlaveAddress(RedisURI address) voidClusterPartition.removeFailedSlaveAddress(RedisURI uri) voidClusterPartition.removeSlaveAddress(RedisURI uri) voidClusterPartition.setMasterAddress(RedisURI masterAddress) -
Uses of RedisURI in org.redisson.connection
Methods in org.redisson.connection that return RedisURIModifier and TypeMethodDescriptionNodeSource.getAddr()ClusterConnectionManager.getLastClusterNode()ConnectionManager.getLastClusterNode()MasterSlaveConnectionManager.getLastClusterNode()Methods in org.redisson.connection that return types with arguments of type RedisURIMethods in org.redisson.connection with parameters of type RedisURIModifier and TypeMethodDescriptionMasterSlaveEntry.addSlave(InetSocketAddress address, RedisURI uri) MasterSlaveEntry.addSlave(InetSocketAddress address, RedisURI uri, String sslHostname) protected CompletableFuture<RedisClient> ClusterConnectionManager.changeMaster(int slot, RedisURI address) protected CompletableFuture<RedisClient> MasterSlaveConnectionManager.changeMaster(int slot, RedisURI address) MasterSlaveEntry.changeMaster(InetSocketAddress address, RedisURI uri) MasterSlaveEntry.changeMaster(RedisURI address) Freeze slave withredis(s)://host:portfrom slaves list.MasterSlaveEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) SingleEntry.connectionReadOp(RedisCommand<?> command, RedisURI addr) protected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname) protected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname) ConnectionManager.createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname) ConnectionManager.createClient(NodeType type, RedisURI address, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname) protected RedisClientMasterSlaveConnectionManager.createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) MasterSlaveConnectionManager.createClient(NodeType type, RedisURI address, String sslHostname) protected RedisClientConfigClusterConnectionManager.createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) protected RedisClientConfigMasterSlaveConnectionManager.createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) protected RedisClientConfigSentinelConnectionManager.createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname) protected final voidMasterSlaveConnectionManager.disconnectNode(RedisURI addr) booleanMasterSlaveEntry.excludeMasterFromSlaves(RedisURI address) booleanMasterSlaveEntry.redirectedConnectionWriteOp(RedisCommand<?> command, RedisURI addr) ServiceManager.resolveAll(RedisURI uri) MasterSlaveEntry.setupMasterEntry(InetSocketAddress address, RedisURI uri) MasterSlaveEntry.setupMasterEntry(RedisURI address) MasterSlaveEntry.setupMasterEntry(RedisURI address, String sslHostname) booleanMasterSlaveEntry.slaveUpAsync(RedisURI address) MasterSlaveEntry.slaveUpNoMasterExclusionAsync(RedisURI address) Method parameters in org.redisson.connection with type arguments of type RedisURIModifier and TypeMethodDescriptionvoidprotected voidvoidvoidMasterSlaveEntry.initSlaveBalancer(Function<RedisURI, String> hostnameMapper) Constructors in org.redisson.connection with parameters of type RedisURIModifierConstructorDescriptionNodeSource(Integer slot, RedisURI addr, NodeSource.Redirect redirect) Constructor parameters in org.redisson.connection with type arguments of type RedisURIModifierConstructorDescriptionDNSMonitor(ConnectionManager connectionManager, RedisClient masterHost, Collection<RedisURI> slaveHosts, long dnsMonitoringInterval, io.netty.resolver.AddressResolverGroup<InetSocketAddress> resolverGroup) -
Uses of RedisURI in org.redisson.redisnode
Methods in org.redisson.redisnode that return RedisURIMethods in org.redisson.redisnode that return types with arguments of type RedisURI