Class CoherenceProperties.InstanceProperties
- java.lang.Object
-
- com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.InstanceProperties
-
- Enclosing class:
- CoherenceProperties
public static class CoherenceProperties.InstanceProperties extends Object
Configuration properties of the Coherence Instance.
-
-
Constructor Summary
Constructors Constructor Description InstanceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoherenceInstanceType
getType()
void
setType(CoherenceInstanceType type)
-
-
-
Method Detail
-
getType
public CoherenceInstanceType getType()
-
setType
public void setType(CoherenceInstanceType type)
-
-