类 RedisProperties.Pool
java.lang.Object
org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- 封闭类:
RedisProperties
Pool properties.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
int
void
setEnabled
(Boolean enabled) void
setMaxActive
(int maxActive) void
setMaxIdle
(int maxIdle) void
setMaxWait
(Duration maxWait) void
setMinIdle
(int minIdle) void
setTimeBetweenEvictionRuns
(Duration timeBetweenEvictionRuns)
-
构造器详细资料
-
Pool
public Pool()
-
-
方法详细资料
-
getEnabled
-
setEnabled
-
getMaxIdle
public int getMaxIdle() -
setMaxIdle
public void setMaxIdle(int maxIdle) -
getMinIdle
public int getMinIdle() -
setMinIdle
public void setMinIdle(int minIdle) -
getMaxActive
public int getMaxActive() -
setMaxActive
public void setMaxActive(int maxActive) -
getMaxWait
-
setMaxWait
-
getTimeBetweenEvictionRuns
-
setTimeBetweenEvictionRuns
-