| Package | Description |
|---|---|
| org.redisson.api | |
| org.redisson.config |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNatMapper |
class |
HostNatMapper
Maps host of RedisURI object using map defined in
hostsMap setting. |
class |
HostPortNatMapper
Maps host and port of RedisURI object using map defined in
hostsMap setting. |
| Modifier and Type | Method and Description |
|---|---|
static NatMapper |
NatMapper.direct()
Returns input RedisURI object.
|
| Modifier and Type | Method and Description |
|---|---|
NatMapper |
SentinelServersConfig.getNatMapper() |
NatMapper |
ClusterServersConfig.getNatMapper() |
| Modifier and Type | Method and Description |
|---|---|
SentinelServersConfig |
SentinelServersConfig.setNatMapper(NatMapper natMapper)
Defines NAT mapper which maps Redis URI object.
|
ClusterServersConfig |
ClusterServersConfig.setNatMapper(NatMapper natMapper)
Defines NAT mapper which maps Redis URI object.
|
Copyright © 2014–2020 Redisson. All rights reserved.