Package | Description |
---|---|
com.hazelcast.spi.discovery.integration |
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). |
Modifier and Type | Method and Description |
---|---|
DiscoveryMode |
DiscoveryServiceSettings.getDiscoveryMode() |
static DiscoveryMode |
DiscoveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryMode[] |
DiscoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryServiceSettings |
DiscoveryServiceSettings.setDiscoveryMode(DiscoveryMode discoveryMode) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.