Uses of Class
org.redisson.misc.RedisURI
-
-
Uses of RedisURI in org.redisson.api
Methods in org.redisson.api that return RedisURI Modifier and Type Method Description RedisURI
DefaultNatMapper. map(RedisURI uri)
RedisURI
HostNatMapper. map(RedisURI uri)
RedisURI
HostPortNatMapper. map(RedisURI uri)
RedisURI
NatMapper. map(RedisURI uri)
Applies map function to inputuri
objectMethods in org.redisson.api with parameters of type RedisURI Modifier and Type Method Description RedisURI
DefaultNatMapper. map(RedisURI uri)
RedisURI
HostNatMapper. map(RedisURI uri)
RedisURI
HostPortNatMapper. map(RedisURI uri)
RedisURI
NatMapper. map(RedisURI uri)
Applies map function to inputuri
object -
Uses of RedisURI in org.redisson.api.redisnode
Methods in org.redisson.api.redisnode that return RedisURI Modifier and Type Method Description RedisURI
RedisSentinel. getMasterAddr(String masterName)
Returns network address of defined Redis master.Methods in org.redisson.api.redisnode that return types with arguments of type RedisURI Modifier and Type Method Description RFuture<RedisURI>
RedisSentinelAsync. getMasterAddrAsync(String masterName)
Returns network address of defined Redis master. -
Uses of RedisURI in org.redisson.client
Methods in org.redisson.client that return RedisURI Modifier and Type Method Description RedisURI
RedisClientConfig. getAddress()
RedisURI
RedisRedirectException. getUrl()
Methods in org.redisson.client with parameters of type RedisURI Modifier and Type Method Description RedisClientConfig
RedisClientConfig. setAddress(InetSocketAddress addr, RedisURI address)
RedisClientConfig
RedisClientConfig. 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.client.protocol
Fields in org.redisson.client.protocol with type parameters of type RedisURI Modifier and Type Field Description static RedisStrictCommand<RedisURI>
RedisCommands. SENTINEL_GET_MASTER_ADDR_BY_NAME
static 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 Modifier and Type Method Description RedisURI
RedisURIDecoder. decode(List<Object> parts, State state)
-
Uses of RedisURI in org.redisson.cluster
Methods in org.redisson.cluster that return RedisURI Modifier and Type Method Description RedisURI
ClusterConnectionManager. applyNatMap(RedisURI address)
RedisURI
ClusterNodeInfo. getAddress()
RedisURI
ClusterConnectionManager. getLastClusterNode()
RedisURI
ClusterPartition. 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 void
ClusterPartition. addFailedSlaveAddress(RedisURI address)
void
ClusterPartition. addSlaveAddress(RedisURI address)
RedisURI
ClusterConnectionManager. applyNatMap(RedisURI address)
protected RFuture<RedisClient>
ClusterConnectionManager. changeMaster(int slot, RedisURI address)
protected RedisClientConfig
ClusterConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)
protected MasterSlaveEntry
ClusterConnectionManager. getEntry(RedisURI addr)
void
ClusterPartition. removeFailedSlaveAddress(RedisURI uri)
void
ClusterPartition. removeSlaveAddress(RedisURI uri)
void
ClusterPartition. setMasterAddress(RedisURI masterAddress)
-
Uses of RedisURI in org.redisson.connection
Methods in org.redisson.connection that return RedisURI Modifier and Type Method Description RedisURI
ConnectionManager. applyNatMap(RedisURI address)
RedisURI
MasterSlaveConnectionManager. applyNatMap(RedisURI address)
RedisURI
SentinelConnectionManager. applyNatMap(RedisURI address)
RedisURI
NodeSource. getAddr()
RedisURI
ConnectionManager. getLastClusterNode()
RedisURI
MasterSlaveConnectionManager. 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()
RFuture<RedisURI>
ConnectionManager. resolveIP(RedisURI address)
protected RFuture<RedisURI>
MasterSlaveConnectionManager. resolveIP(String scheme, RedisURI address)
RFuture<RedisURI>
MasterSlaveConnectionManager. resolveIP(RedisURI address)
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)
RFuture<Void>
MasterSlaveEntry. addSlave(RedisURI address, boolean freezed, NodeType nodeType, String sslHostname)
RedisURI
ConnectionManager. applyNatMap(RedisURI address)
RedisURI
MasterSlaveConnectionManager. applyNatMap(RedisURI address)
RedisURI
SentinelConnectionManager. 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:port
from 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)
RedisClient
ConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)
RedisClient
ConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)
RedisClient
ConnectionManager. createClient(NodeType type, RedisURI address, String sslHostname)
RedisClient
MasterSlaveConnectionManager. createClient(NodeType type, InetSocketAddress address, RedisURI uri, String sslHostname)
RedisClient
MasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)
RedisClient
MasterSlaveConnectionManager. createClient(NodeType type, RedisURI address, String sslHostname)
protected RedisClientConfig
MasterSlaveConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)
protected RedisClientConfig
SentinelConnectionManager. createRedisConfig(NodeType type, RedisURI address, int timeout, int commandTimeout, String sslHostname)
protected void
MasterSlaveConnectionManager. disconnectNode(RedisURI addr)
protected MasterSlaveEntry
MasterSlaveConnectionManager. getEntry(RedisURI addr)
ClientConnectionsEntry
MasterSlaveEntry. getEntry(RedisURI addr)
boolean
MasterSlaveEntry. hasSlave(RedisURI addr)
boolean
MasterSlaveEntry. isSlaveUnfreezed(RedisURI address)
RFuture<RedisConnection>
MasterSlaveEntry. redirectedConnectionWriteOp(RedisCommand<?> command, RedisURI addr)
RFuture<RedisURI>
ConnectionManager. resolveIP(RedisURI address)
protected RFuture<RedisURI>
MasterSlaveConnectionManager. resolveIP(String scheme, RedisURI address)
RFuture<RedisURI>
MasterSlaveConnectionManager. resolveIP(RedisURI address)
RFuture<RedisClient>
MasterSlaveEntry. setupMasterEntry(InetSocketAddress address, RedisURI uri)
RFuture<RedisClient>
MasterSlaveEntry. setupMasterEntry(RedisURI address)
RFuture<RedisClient>
MasterSlaveEntry. setupMasterEntry(RedisURI address, String sslHostname)
boolean
MasterSlaveEntry. slaveDown(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
boolean
MasterSlaveEntry. 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)
List<RFuture<Void>>
MasterSlaveEntry. initSlaveBalancer(Collection<RedisURI> disconnectedNodes, RedisClient master, String slaveSSLHostname)
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 boolean
LoadBalancerManager. contains(RedisURI addr)
ClientConnectionsEntry
LoadBalancerManager. freeze(RedisURI address, ClientConnectionsEntry.FreezeReason freezeReason)
RFuture<RedisConnection>
LoadBalancerManager. getConnection(RedisCommand<?> command, RedisURI addr)
ClientConnectionsEntry
LoadBalancerManager. getEntry(RedisURI addr)
boolean
LoadBalancerManager. isUnfreezed(RedisURI addr)
boolean
LoadBalancerManager. 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 boolean
RedisURI. compare(InetSocketAddress entryAddr, RedisURI addr)
-
Uses of RedisURI in org.redisson.redisnode
Methods in org.redisson.redisnode that return RedisURI Modifier and Type Method Description RedisURI
SentinelRedisNode. getMasterAddr(String masterName)
Methods in org.redisson.redisnode that return types with arguments of type RedisURI Modifier and Type Method Description RFuture<RedisURI>
SentinelRedisNode. getMasterAddrAsync(String masterName)
-