Uses of Interface
org.redisson.api.NatMapper
-
Uses of NatMapper in org.redisson.api
Modifier and TypeClassDescriptionclass
class
Maps host of RedisURI object using map defined inhostsMap
setting.class
Maps host and port of RedisURI object using map defined inhostsMap
setting. -
Uses of NatMapper in org.redisson.config
Modifier and TypeMethodDescriptionClusterServersConfig.getNatMapper()
SentinelServersConfig.getNatMapper()
Modifier and TypeMethodDescriptionClusterServersConfig.setNatMapper
(NatMapper natMapper) Defines NAT mapper which maps Redis URI object.SentinelServersConfig.setNatMapper
(NatMapper natMapper) Defines NAT mapper which maps Redis URI object. -
Uses of NatMapper in org.redisson.connection