public class LocatorProperties
extends java.lang.Object
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.Properties,
Locator,
ConfigurationProperties| Constructor and Description |
|---|
LocatorProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHost() |
int |
getPort() |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |