@Component @ConfigurationProperties(prefix="seata.store.redis") public class StoreRedisProperties extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StoreRedisProperties.Sentinel |
static class |
StoreRedisProperties.Single |
| 构造器和说明 |
|---|
StoreRedisProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDatabase() |
Integer |
getMaxConn() |
Integer |
getMaxTotal() |
Integer |
getMinConn() |
String |
getMode() |
String |
getPassword() |
Integer |
getQueryLimit() |
StoreRedisProperties |
setDatabase(Integer database) |
StoreRedisProperties |
setMaxConn(Integer maxConn) |
StoreRedisProperties |
setMaxTotal(Integer maxTotal) |
StoreRedisProperties |
setMinConn(Integer minConn) |
StoreRedisProperties |
setMode(String mode) |
StoreRedisProperties |
setPassword(String password) |
StoreRedisProperties |
setQueryLimit(Integer queryLimit) |
public String getMode()
public StoreRedisProperties setMode(String mode)
public String getPassword()
public StoreRedisProperties setPassword(String password)
public Integer getMaxConn()
public StoreRedisProperties setMaxConn(Integer maxConn)
public Integer getMinConn()
public StoreRedisProperties setMinConn(Integer minConn)
public Integer getDatabase()
public StoreRedisProperties setDatabase(Integer database)
public Integer getQueryLimit()
public StoreRedisProperties setQueryLimit(Integer queryLimit)
public Integer getMaxTotal()
public StoreRedisProperties setMaxTotal(Integer maxTotal)
Copyright © 2022 Seata. All rights reserved.