类 RedissonProperties.Sentinel

java.lang.Object
cn.iosd.starter.redisson.properties.RedissonProperties.Sentinel
封闭类:
RedissonProperties

public static class RedissonProperties.Sentinel extends Object
  • 构造器详细资料

    • Sentinel

      public Sentinel()
  • 方法详细资料

    • getSentinelMasterName

      public String getSentinelMasterName()
    • setSentinelMasterName

      public void setSentinelMasterName(String sentinelMasterName)
    • getSentinelAddresses

      public List<String> getSentinelAddresses()
    • setSentinelAddresses

      public void setSentinelAddresses(List<String> sentinelAddresses)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getDatabase

      public int getDatabase()
    • setDatabase

      public void setDatabase(int database)