@ConfigurationProperties(prefix="spring.data.gemfire")
public class GemFireProperties
extends java.lang.Object
ConfigurationProperties
for well-known, documented Spring Data for Apache Geode (SDG)
Properties
.
This class assists the application developer in the auto-completion / content-assist of the well-known, documented
SDG Properties
.Properties
,
ConfigurationProperties
,
NestedConfigurationProperty
,
CacheProperties
,
ClusterProperties
,
DiskStoreProperties
,
EntityProperties
,
LocatorProperties
,
LoggingProperties
,
ManagementProperties
,
ManagerProperties
,
PdxProperties
,
PoolProperties
,
SecurityProperties
,
ServiceProperties
Constructor and Description |
---|
GemFireProperties() |
Modifier and Type | Method and Description |
---|---|
CacheProperties |
getCache() |
ClusterProperties |
getCluster() |
DiskStoreProperties |
getDisk() |
EntityProperties |
getEntities() |
LocatorProperties |
getLocator() |
java.lang.String[] |
getLocators() |
LoggingProperties |
getLogging() |
ManagementProperties |
getManagement() |
ManagerProperties |
getManager() |
java.lang.String |
getName() |
PdxProperties |
getPdx() |
PoolProperties |
getPool() |
SecurityProperties |
getSecurity() |
ServiceProperties |
getService() |
boolean |
isUseBeanFactoryLocator() |
void |
setLocators(java.lang.String[] locators) |
void |
setName(java.lang.String name) |
void |
setUseBeanFactoryLocator(boolean useBeanFactoryLocator) |
public CacheProperties getCache()
public ClusterProperties getCluster()
public DiskStoreProperties getDisk()
public EntityProperties getEntities()
public LocatorProperties getLocator()
public java.lang.String[] getLocators()
public void setLocators(java.lang.String[] locators)
public LoggingProperties getLogging()
public ManagementProperties getManagement()
public ManagerProperties getManager()
public java.lang.String getName()
public void setName(java.lang.String name)
public PdxProperties getPdx()
public PoolProperties getPool()
public SecurityProperties getSecurity()
public ServiceProperties getService()
public boolean isUseBeanFactoryLocator()
public void setUseBeanFactoryLocator(boolean useBeanFactoryLocator)