Class GemFireProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.GemFireProperties
@ConfigurationProperties(prefix="spring.data.gemfire")
public class GemFireProperties
extends Object
Spring Boot
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
.- Since:
- 1.0.0
- See Also:
-
Properties
ConfigurationProperties
NestedConfigurationProperty
CacheProperties
ClusterProperties
DiskStoreProperties
EntityProperties
LocatorProperties
LoggingProperties
ManagementProperties
ManagerProperties
PdxProperties
PoolProperties
SecurityProperties
ServiceProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCache()
getDisk()
String[]
getName()
getPdx()
getPool()
boolean
void
setLocators
(String[] locators) void
void
setUseBeanFactoryLocator
(boolean useBeanFactoryLocator)
-
Constructor Details
-
GemFireProperties
public GemFireProperties()
-
-
Method Details
-
getCache
-
getCluster
-
getDisk
-
getEntities
-
getLocator
-
getLocators
-
setLocators
-
getLogging
-
getManagement
-
getManager
-
getName
-
setName
-
getPdx
-
getPool
-
getSecurity
-
getService
-
isUseBeanFactoryLocator
public boolean isUseBeanFactoryLocator() -
setUseBeanFactoryLocator
public void setUseBeanFactoryLocator(boolean useBeanFactoryLocator)
-