Class CoherenceProperties
java.lang.Object
com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
Configuration properties for the Coherence Spring integration.
- Since:
- 3.0
- Author:
- Gunnar Hillert
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSpring cache abstraction properties.static classConfiguration properties of the Coherence Instance.static classCoherence Logging Configuration.static classConfiguration properties of the Coherence Server.static classCoherence Session Configuration.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCache()voidvoidvoidvoidsetProperties(Map<String, String> properties) voidsetPropertyPrefix(String propertyPrefix) voidvoid
- 
Field Details- 
PREFIXConfiguration prefix for config properties.- See Also:
 
 
- 
- 
Constructor Details- 
CoherencePropertiespublic CoherenceProperties()
 
- 
- 
Method Details- 
getSessions
- 
setSessions
- 
getProperties
- 
setProperties
- 
getLogging
- 
setLogging
- 
getPropertyPrefix
- 
setPropertyPrefix
- 
getCache
- 
setCache
- 
getServer
- 
setServer
- 
getInstance
- 
setInstance
 
-