public static class RedisProperties.Pool extends Object
Constructor and Description |
---|
Pool() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled() |
int |
getMaxActive() |
int |
getMaxIdle() |
Duration |
getMaxWait() |
int |
getMinIdle() |
Duration |
getTimeBetweenEvictionRuns() |
void |
setEnabled(Boolean enabled) |
void |
setMaxActive(int maxActive) |
void |
setMaxIdle(int maxIdle) |
void |
setMaxWait(Duration maxWait) |
void |
setMinIdle(int minIdle) |
void |
setTimeBetweenEvictionRuns(Duration timeBetweenEvictionRuns) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public int getMaxIdle()
public void setMaxIdle(int maxIdle)
public int getMinIdle()
public void setMinIdle(int minIdle)
public int getMaxActive()
public void setMaxActive(int maxActive)
public Duration getMaxWait()
public void setMaxWait(Duration maxWait)
public Duration getTimeBetweenEvictionRuns()
public void setTimeBetweenEvictionRuns(Duration timeBetweenEvictionRuns)