public class ManagementProperties
extends java.lang.Object
ConfigurationProperties
used to configure Apache Geode management services, such as HTTP.
The configuration Properties
are based on well-known, documented Spring Data for Apache Geode (SDG)
Properties
.Properties
,
ConfigurationProperties
Modifier and Type | Class and Description |
---|---|
static class |
ManagementProperties.HttpServiceProperties |
Constructor and Description |
---|
ManagementProperties() |
Modifier and Type | Method and Description |
---|---|
ManagementProperties.HttpServiceProperties |
getHttp() |
boolean |
isUseHttp() |
void |
setUseHttp(boolean useHttp) |
public ManagementProperties.HttpServiceProperties getHttp()
public boolean isUseHttp()
public void setUseHttp(boolean useHttp)