Class CoherenceProperties
- java.lang.Object
 - 
- com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
 
- 
@ConfigurationProperties(prefix="coherence") public class CoherenceProperties extends Object
Configuration properties for the Coherence Spring integration.- Since:
 - 3.0
 - Author:
 - Gunnar Hillert
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoherenceProperties.CacheAbstractionPropertiesSpring cache abstraction properties.static classCoherenceProperties.InstancePropertiesConfiguration properties of the Coherence Instance.static classCoherenceProperties.LoggingPropertiesCoherence Logging Configuration.static classCoherenceProperties.ServerPropertiesConfiguration properties of the Coherence Server.static classCoherenceProperties.SessionPropertiesCoherence Session Configuration. 
- 
Constructor Summary
Constructors Constructor Description CoherenceProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoherenceProperties.CacheAbstractionPropertiesgetCache()CoherenceProperties.InstancePropertiesgetInstance()CoherenceProperties.LoggingPropertiesgetLogging()Map<String,String>getProperties()StringgetPropertyPrefix()CoherenceProperties.ServerPropertiesgetServer()CoherenceProperties.SessionPropertiesgetSessions()voidsetCache(CoherenceProperties.CacheAbstractionProperties cache)voidsetInstance(CoherenceProperties.InstanceProperties instance)voidsetLogging(CoherenceProperties.LoggingProperties logging)voidsetProperties(Map<String,String> properties)voidsetPropertyPrefix(String propertyPrefix)voidsetServer(CoherenceProperties.ServerProperties server)voidsetSessions(CoherenceProperties.SessionProperties sessions) 
 - 
 
- 
- 
Field Detail
- 
PREFIX
public static final String PREFIX
Configuration prefix for config properties.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getSessions
public CoherenceProperties.SessionProperties getSessions()
 
- 
setSessions
public void setSessions(CoherenceProperties.SessionProperties sessions)
 
- 
getLogging
public CoherenceProperties.LoggingProperties getLogging()
 
- 
setLogging
public void setLogging(CoherenceProperties.LoggingProperties logging)
 
- 
getPropertyPrefix
public String getPropertyPrefix()
 
- 
setPropertyPrefix
public void setPropertyPrefix(String propertyPrefix)
 
- 
getCache
public CoherenceProperties.CacheAbstractionProperties getCache()
 
- 
setCache
public void setCache(CoherenceProperties.CacheAbstractionProperties cache)
 
- 
getServer
public CoherenceProperties.ServerProperties getServer()
 
- 
setServer
public void setServer(CoherenceProperties.ServerProperties server)
 
- 
getInstance
public CoherenceProperties.InstanceProperties getInstance()
 
- 
setInstance
public void setInstance(CoherenceProperties.InstanceProperties instance)
 
 - 
 
 -