Package org.redisson.api
Class HostPortNatMapper
- java.lang.Object
-
- org.redisson.api.HostPortNatMapper
-
-
Constructor Summary
Constructors Constructor Description HostPortNatMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedisURI
map(RedisURI uri)
Applies map function to inputuri
objectvoid
setHostsPortMap(Map<String,String> hostsPortMap)
Defines host and port mapping.
-