Uses of Interface
org.redisson.api.NatMapper
-
Packages that use NatMapper Package Description org.redisson.api org.redisson.config -
-
Uses of NatMapper in org.redisson.api
Classes in org.redisson.api that implement NatMapper Modifier and Type Class Description class
DefaultNatMapper
class
HostNatMapper
Maps host of RedisURI object using map defined inhostsMap
setting.class
HostPortNatMapper
Maps host and port of RedisURI object using map defined inhostsMap
setting.Methods in org.redisson.api that return NatMapper Modifier and Type Method Description static NatMapper
NatMapper. direct()
Returns input RedisURI object. -
Uses of NatMapper in org.redisson.config
Methods in org.redisson.config that return NatMapper Modifier and Type Method Description NatMapper
ClusterServersConfig. getNatMapper()
NatMapper
SentinelServersConfig. getNatMapper()
Methods in org.redisson.config with parameters of type NatMapper Modifier and Type Method Description ClusterServersConfig
ClusterServersConfig. setNatMapper(NatMapper natMapper)
Defines NAT mapper which maps Redis URI object.SentinelServersConfig
SentinelServersConfig. setNatMapper(NatMapper natMapper)
Defines NAT mapper which maps Redis URI object.
-