Uses of Enum Class
com.oracle.coherence.spring.configuration.support.CoherenceInstanceType
Packages that use CoherenceInstanceType
Package
Description
Provides auto configuration for Spring Boot.
Spring configuration Support.
Classes supporting the
com.oracle.coherence.spring.configuration package.-
Uses of CoherenceInstanceType in com.oracle.coherence.spring.boot.autoconfigure
Methods in com.oracle.coherence.spring.boot.autoconfigure that return CoherenceInstanceTypeMethods in com.oracle.coherence.spring.boot.autoconfigure with parameters of type CoherenceInstanceTypeModifier and TypeMethodDescriptionvoidCoherenceProperties.InstanceProperties.setType(CoherenceInstanceType type) -
Uses of CoherenceInstanceType in com.oracle.coherence.spring.configuration
Methods in com.oracle.coherence.spring.configuration that return CoherenceInstanceTypeModifier and TypeMethodDescriptionDefaultCoherenceConfigurer.getCoherenceInstanceType()Return the configuredCoherenceInstanceType.Methods in com.oracle.coherence.spring.configuration with parameters of type CoherenceInstanceTypeModifier and TypeMethodDescriptionvoidDefaultCoherenceConfigurer.setCoherenceInstanceType(CoherenceInstanceType coherenceInstanceType) Set the Coherence instance type explicitly. -
Uses of CoherenceInstanceType in com.oracle.coherence.spring.configuration.support
Methods in com.oracle.coherence.spring.configuration.support that return CoherenceInstanceTypeModifier and TypeMethodDescriptionstatic CoherenceInstanceTypeReturns the enum constant of this class with the specified name.static CoherenceInstanceType[]CoherenceInstanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.