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.LoggingPropertiesCoherence Logging Configuration.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.LoggingPropertiesgetLogging()Map<String,String>getProperties()StringgetPropertyPrefix()CoherenceProperties.SessionPropertiesgetSessions()booleanisConfigEnabled()voidsetConfigEnabled(boolean configEnabled)voidsetLogging(CoherenceProperties.LoggingProperties logging)voidsetProperties(Map<String,String> properties)voidsetPropertyPrefix(String propertyPrefix)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)
-
isConfigEnabled
public boolean isConfigEnabled()
-
setConfigEnabled
public void setConfigEnabled(boolean configEnabled)
-
getPropertyPrefix
public String getPropertyPrefix()
-
setPropertyPrefix
public void setPropertyPrefix(String propertyPrefix)
-
-