java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties

public class LocatorProperties extends Object
Spring Boot ConfigurationProperties used to configure an embedded Apache Geode Locator. A Locator enables location services used by nodes to join an existing cluster as a peer member and is also used by clients to discover servers in the cluster. The configuration Properties are based on well-known, documented Spring Data for Apache Geode (SDG) Properties.
Since:
1.0.0
See Also:
  • Constructor Details

    • LocatorProperties

      public LocatorProperties()
  • Method Details

    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)