クラス DataRedisProperties.Sentinel

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

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

    • Sentinel

      public Sentinel()
  • 方法の詳細

    • getMaster

      public @Nullable StringSE getMaster()
    • setMaster

      public void setMaster(@Nullable StringSE master)
    • getNodes

      public @Nullable ListSE<StringSE> getNodes()
    • setNodes

      public void setNodes(@Nullable ListSE<StringSE> nodes)
    • getUsername

      public @Nullable StringSE getUsername()
    • setUsername

      public void setUsername(@Nullable StringSE username)
    • getPassword

      public @Nullable StringSE getPassword()
    • setPassword

      public void setPassword(@Nullable StringSE password)