@Component @ConfigurationProperties(prefix="seata.store.redis.sentinel") public static class StoreRedisProperties.Sentinel extends Object
| 构造器和说明 |
|---|
Sentinel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMasterName() |
String |
getSentinelHosts() |
StoreRedisProperties.Sentinel |
setMasterName(String masterName) |
StoreRedisProperties.Sentinel |
setSentinelHosts(String sentinelHosts) |
public String getMasterName()
public StoreRedisProperties.Sentinel setMasterName(String masterName)
public String getSentinelHosts()
public StoreRedisProperties.Sentinel setSentinelHosts(String sentinelHosts)
Copyright © 2022 Seata. All rights reserved.