Uses of Enum Class
com.hazelcast.spi.discovery.integration.DiscoveryMode
Packages that use DiscoveryMode
Package
Description
This package contains the public part of the integrators SPI and is meant for
people that integrate Hazelcast into their own systems or frameworks and cannot
use the default discovery service implementation (for example using a different
DiscoveryStrategy
lookup strategy like OSGi).-
Uses of DiscoveryMode in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return DiscoveryModeModifier and TypeMethodDescriptionDiscoveryServiceSettings.getDiscoveryMode()
static DiscoveryMode
Returns the enum constant of this class with the specified name.static DiscoveryMode[]
DiscoveryMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.spi.discovery.integration with parameters of type DiscoveryModeModifier and TypeMethodDescriptionDiscoveryServiceSettings.setDiscoveryMode
(DiscoveryMode discoveryMode)