Class HazelcastZooKeeperDiscoveryProperties

java.lang.Object
org.apereo.cas.configuration.model.support.hazelcast.discovery.HazelcastZooKeeperDiscoveryProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-hazelcast-discovery-zookeeper") public class HazelcastZooKeeperDiscoveryProperties extends Object implements Serializable
Since:
6.5.0
See Also:
  • Constructor Details

    • HazelcastZooKeeperDiscoveryProperties

      public HazelcastZooKeeperDiscoveryProperties()
  • Method Details

    • getUrl

      public String getUrl()
      Zookeeper url address typically in the format of ip-address:port.
    • getGroup

      public String getGroup()
      Name of this Hazelcast cluster. You can have multiple distinct clusters to use the same ZooKeeper installation
    • getPath

      public String getPath()
      Path in zookeeper to be used for auto-discovery of members where members are tracked.
    • setUrl

      Zookeeper url address typically in the format of ip-address:port.
      Returns:
      this.
    • setGroup

      Name of this Hazelcast cluster. You can have multiple distinct clusters to use the same ZooKeeper installation
      Returns:
      this.
    • setPath

      Path in zookeeper to be used for auto-discovery of members where members are tracked.
      Returns:
      this.