クラス DataRedisProperties.Pool

java.lang.ObjectSE
org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Pool
含まれているクラス:
DataRedisProperties

public static class DataRedisProperties.Pool extends ObjectSE
プールのプロパティ。
導入:
4.0.0
作成者:
Dave Syer, Christoph Strobl, Edd ú Mel é ndez, Marco Aust, Mark Paluch, Stephane Nicoll, Scott Frederick, Yanming Zhou
  • コンストラクターの詳細

    • Pool

      public Pool()
  • 方法の詳細

    • getEnabled

      public @Nullable BooleanSE getEnabled()
    • setEnabled

      public void setEnabled(@Nullable BooleanSE enabled)
    • 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

      public DurationSE getMaxWait()
    • setMaxWait

      public void setMaxWait(DurationSE maxWait)
    • getTimeBetweenEvictionRuns

      public @Nullable DurationSE getTimeBetweenEvictionRuns()
    • setTimeBetweenEvictionRuns

      public void setTimeBetweenEvictionRuns(@Nullable DurationSE timeBetweenEvictionRuns)