Class ManagerProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.ManagerProperties
Spring Boot
ConfigurationProperties
used to configure an embedded Apache Geode Manager.
A Manager allows users to manage a cluster with tools like Gfsh or Pulse.
The configuration Properties
are based on well-known, documented Spring Data for Apache Geode (SDG)
Properties
.- Since:
- 1.0.0
- See Also:
-
Properties
Locator
ConfigurationProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
int
boolean
isStart()
void
setAccessFile
(String accessFile) void
setBindAddress
(String bindAddress) void
setHostnameForClients
(String hostnameForClients) void
setPasswordFile
(String passwordFile) void
setPort
(int port) void
setStart
(boolean start) void
setUpdateRate
(int updateRate)
-
Constructor Details
-
ManagerProperties
public ManagerProperties()
-
-
Method Details
-
getAccessFile
-
setAccessFile
-
getBindAddress
-
setBindAddress
-
getHostnameForClients
-
setHostnameForClients
-
getPasswordFile
-
setPasswordFile
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
isStart
public boolean isStart() -
setStart
public void setStart(boolean start) -
getUpdateRate
public int getUpdateRate() -
setUpdateRate
public void setUpdateRate(int updateRate)
-