Spring Boot for VMware GemFire
Class LocatorProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.LocatorProperties
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:
-
PropertiesLocatorConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocatorProperties
public LocatorProperties()
-
-
Method Details
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port)
-