public class ServiceProperties
extends java.lang.Object
ConfigurationProperties
used to configure Apache Geode embedded services.
Currently, the supported embedded services include HTTP service (Jetty), Memcached (protocol) server
and a Redis (protocol) server.
The configuration Properties
are based on well-known, documented Spring Data for Apache Geode (SDG)
Properties
.Properties
,
Cache
,
ConfigurationProperties
Modifier and Type | Class and Description |
---|---|
static class |
ServiceProperties.DeveloperRestApiProperties |
static class |
ServiceProperties.HttpServiceProperties |
static class |
ServiceProperties.MemcachedServerProperties |
static class |
ServiceProperties.RedisServerProperties |
Constructor and Description |
---|
ServiceProperties() |
Modifier and Type | Method and Description |
---|---|
ServiceProperties.HttpServiceProperties |
getHttp() |
ServiceProperties.MemcachedServerProperties |
getMemcached() |
ServiceProperties.RedisServerProperties |
getRedis() |
public ServiceProperties.HttpServiceProperties getHttp()
public ServiceProperties.MemcachedServerProperties getMemcached()
public ServiceProperties.RedisServerProperties getRedis()