public static class RedisProperties.Pool extends Object
Constructor and Description |
---|
Pool() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxActive() |
int |
getMaxIdle() |
Duration |
getMaxWait() |
int |
getMinIdle() |
void |
setMaxActive(int maxActive) |
void |
setMaxIdle(int maxIdle) |
void |
setMaxWait(Duration maxWait) |
void |
setMinIdle(int minIdle) |
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)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.