public abstract class AbstractRedisConnectionPoolConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
enabled |
protected java.lang.Integer |
maxIdle |
protected java.lang.Integer |
maxTotal |
protected java.lang.Integer |
minIdle |
Constructor and Description |
---|
AbstractRedisConnectionPoolConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Boolean> |
getEnabled() |
java.util.Optional<java.lang.Integer> |
getMaxIdle() |
java.util.Optional<java.lang.Integer> |
getMaxTotal() |
java.util.Optional<java.lang.Integer> |
getMinIdle() |
protected java.lang.Integer minIdle
protected java.lang.Integer maxIdle
protected java.lang.Integer maxTotal
protected java.lang.Boolean enabled
public AbstractRedisConnectionPoolConfiguration()
@NonNull public java.util.Optional<java.lang.Integer> getMinIdle()
NamedRedisServersConfiguration
@NonNull public java.util.Optional<java.lang.Integer> getMaxIdle()
NamedRedisServersConfiguration
@NonNull public java.util.Optional<java.lang.Integer> getMaxTotal()
NamedRedisServersConfiguration
@NonNull public java.util.Optional<java.lang.Boolean> getEnabled()
NamedRedisServersConfiguration