クラス DataRedisProperties.Pool
java.lang.ObjectSE
org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
- 含まれているクラス:
DataRedisProperties
プールのプロパティ。
- 導入:
- 4.0.0
- 作成者:
- Dave Syer, Christoph Strobl, Edd ú Mel é ndez, Marco Aust, Mark Paluch, Stephane Nicoll, Scott Frederick, Yanming Zhou
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable BooleanSEintintint@Nullable DurationSEvoidsetEnabled(@Nullable BooleanSE enabled) voidsetMaxActive(int maxActive) voidsetMaxIdle(int maxIdle) voidsetMaxWait(DurationSE maxWait) voidsetMinIdle(int minIdle) voidsetTimeBetweenEvictionRuns(@Nullable DurationSE 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