Class RedisProperties.Pool
java.lang.Object
org.springframework.boot.autoconfigure.data.redis.RedisProperties.Pool
- Enclosing class:
- RedisProperties
Pool properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
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)
-
Constructor Details
-
Pool
public Pool()
-
-
Method Details
-
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
-