クラス RedisProperties.Sentinel

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

public static class RedisProperties.Sentinel extends ObjectSE
Redis sentinel プロパティ。
  • コンストラクターの詳細

    • Sentinel

      public Sentinel()
  • メソッドの詳細

    • getMaster

      public StringSE getMaster()
    • setMaster

      public void setMaster(StringSE master)
    • getNodes

      public ListSE<StringSE> getNodes()
    • setNodes

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

      public StringSE getUsername()
    • setUsername

      public void setUsername(StringSE username)
    • getPassword

      public StringSE getPassword()
    • setPassword

      public void setPassword(StringSE password)