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 classDefaultNatMapperclassHostNatMapperMaps host of RedisURI object using map defined inhostsMapsetting.classHostPortNatMapperMaps host and port of RedisURI object using map defined inhostsMapsetting.Methods in org.redisson.api that return NatMapper Modifier and Type Method Description static NatMapperNatMapper. 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 NatMapperClusterServersConfig. getNatMapper()NatMapperSentinelServersConfig. getNatMapper()Methods in org.redisson.config with parameters of type NatMapper Modifier and Type Method Description ClusterServersConfigClusterServersConfig. setNatMapper(NatMapper natMapper)Defines NAT mapper which maps Redis URI object.SentinelServersConfigSentinelServersConfig. setNatMapper(NatMapper natMapper)Defines NAT mapper which maps Redis URI object.
-