Uses of Class
org.redisson.misc.RedisURI
-
Packages that use RedisURI Package Description org.redisson.api org.redisson.client org.redisson.cluster org.redisson.connection org.redisson.connection.balancer org.redisson.misc -
-
Uses of RedisURI in org.redisson.api
Methods in org.redisson.api that return RedisURI Modifier and Type Method Description RedisURIDefaultNatMapper. map(RedisURI uri)RedisURIHostNatMapper. map(RedisURI uri)RedisURIHostPortNatMapper. map(RedisURI uri)RedisURINatMapper. map(RedisURI uri)Applies map function to inputuriobjectMethods in org.redisson.api with parameters of type RedisURI Modifier and Type Method Description RedisURIDefaultNatMapper. map(RedisURI uri)RedisURIHostNatMapper. map(RedisURI uri)RedisURIHostPortNatMapper. map(RedisURI uri)RedisURINatMapper. map(RedisURI uri)Applies map function to inputuriobject -
Uses of RedisURI in org.redisson.client
Methods in org.redisson.client that return RedisURI Modifier and Type Method Description RedisURIRedisClientConfig. getAddress()RedisURIRedisRedirectException. getUrl()Methods in org.redisson.client with parameters of type RedisURI Modifier and Type Method Description RedisClientConfigRedisClientConfig. setAddress(InetSocketAddress addr, RedisURI address)RedisClientConfigRedisClientConfig. setAddress(RedisURI address)Constructors in org.redisson.client with parameters of type RedisURI Constructor Description RedisAskException(int slot, RedisURI url)RedisMovedException(int slot, RedisURI url)RedisRedirectException(int slot, RedisURI url) -
Uses of RedisURI in org.redisson.cluster
Methods in org.redisson.cluster that return RedisURI Modifier and Type Method Description RedisURIClusterConnectionManager. applyNatMap(RedisURI address)RedisURIClusterNodeInfo. getAddress()RedisURIClusterConnectionManager. getLastClusterNode()RedisURIClusterPartition. getMasterAddress()Methods in org.redisson.cluster that return types with arguments of type RedisURI Modifier and Type Method Description Set<RedisURI>ClusterPartition. getFailedSlaveAddresses()Set<RedisURI>ClusterPartition. getSlaveAddresses()Methods in org.redisson.cluster with parameters of type RedisURI Modifier and Type Method Description voidClusterPartition. addFailedSlaveAddress(RedisURI address)voidClusterPartition. addSlaveAddress(RedisURI address)RedisURIClusterConnectionManager. applyNatMap(RedisURI address)protected RFuture<RedisClient>ClusterConnectionManager. changeMaster(int slot, RedisURI address)protected RedisClientConfigClusterConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)protected MasterSlaveEntryClusterConnectionManager. getEntry(RedisURI addr)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 RedisURI Modifier and Type Method Description RedisURIConnectionManager. applyNatMap(RedisURI address)RedisURIMasterSlaveConnectionManager. applyNatMap(RedisURI address)RedisURISentinelConnectionManager. applyNatMap(RedisURI address)RedisURINodeSource. getAddr()RedisURIConnectionManager. getLastClusterNode()RedisURIMasterSlaveConnectionManager. getLastClusterNode()Methods in org.redisson.connection that return types with arguments of type RedisURI Modifier and Type Method Description protected Collection<RedisURI>MasterSlaveConnectionManager. getDisconnectedNodes()protected Collection<RedisURI>SentinelConnectionManager. getDisconnectedNodes()Methods in org.redisson.connection with parameters of type RedisURI Modifier and Type Method Description RFuture<Void>MasterSlaveEntry. addSlave(InetSocketAddress address, RedisURI uri)RFuture<Void>MasterSlaveEntry. addSlave(RedisURI address)RedisURIConnectionManager. applyNatMap(RedisURI address)RedisURIMasterSlaveConnectionManager. applyNatMap(RedisURI address)RedisURISentinelConnectionManager. applyNatMap(RedisURI address)protected RFuture<RedisClient>MasterSlaveConnectionManager. changeMaster(int slot, RedisURI address)RFuture<RedisClient>MasterSlaveEntry. changeMaster(InetSocketAddress address, RedisURI uri)RFuture<RedisClient>MasterSlaveEntry. changeMaster(RedisURI address)Freeze slave withredis(s)://host:portfrom slaves list.RFuture<RedisConnection>MasterSlaveEntry. connectionReadOp(RedisCommand<?> command, RedisURI addr)RFuture<RedisConnection>SingleEntry. connectionReadOp(RedisCommand<?> command, RedisURI addr)protected RFuture<RedisConnection>MasterSlaveConnectionManager. connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname)protected RFuture<RedisConnection>MasterSlaveConnectionManager. connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)RedisClientConnectionManager. createClient(NodeType type, RedisURI address, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)RedisClientMasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, 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 voidMasterSlaveConnectionManager. disconnectNode(RedisURI addr)protected MasterSlaveEntryMasterSlaveConnectionManager. getEntry(RedisURI addr)booleanMasterSlaveEntry. hasSlave(RedisURI addr)booleanMasterSlaveEntry. isSlaveUnfreezed(RedisURI address)RFuture<RedisConnection>MasterSlaveEntry. redirectedConnectionWriteOp(RedisCommand<?> command, RedisURI addr)RFuture<RedisClient>MasterSlaveEntry. setupMasterEntry(InetSocketAddress address, RedisURI uri)RFuture<RedisClient>MasterSlaveEntry. setupMasterEntry(RedisURI address)booleanMasterSlaveEntry. slaveDown(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)booleanMasterSlaveEntry. slaveUp(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)Method parameters in org.redisson.connection with type arguments of type RedisURI Modifier and Type Method Description List<RFuture<Void>>MasterSlaveEntry. initSlaveBalancer(Collection<RedisURI> disconnectedNodes, RedisClient master)Constructors in org.redisson.connection with parameters of type RedisURI Constructor Description NodeSource(Integer slot, RedisURI addr, NodeSource.Redirect redirect)Constructor parameters in org.redisson.connection with type arguments of type RedisURI Constructor Description DNSMonitor(ConnectionManager connectionManager, RedisClient masterHost, Collection<RedisURI> slaveHosts, long dnsMonitoringInterval, io.netty.resolver.AddressResolverGroup<InetSocketAddress> resolverGroup) -
Uses of RedisURI in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer with parameters of type RedisURI Modifier and Type Method Description booleanLoadBalancerManager. contains(RedisURI addr)ClientConnectionsEntryLoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)RFuture<RedisConnection>LoadBalancerManager. getConnection(RedisCommand<?> command, RedisURI addr)booleanLoadBalancerManager. isUnfreezed(RedisURI addr)booleanLoadBalancerManager. unfreeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason) -
Uses of RedisURI in org.redisson.misc
Methods in org.redisson.misc with parameters of type RedisURI Modifier and Type Method Description static booleanRedisURI. compare(InetSocketAddress entryAddr, RedisURI addr)
-