Package | Description |
---|---|
com.hazelcast.spi.discovery |
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
|
Modifier and Type | Method and Description |
---|---|
default DiscoveryStrategyFactory.DiscoveryStrategyLevel |
DiscoveryStrategyFactory.discoveryStrategyLevel()
Level of the discovery strategy.
|
static DiscoveryStrategyFactory.DiscoveryStrategyLevel |
DiscoveryStrategyFactory.DiscoveryStrategyLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryStrategyFactory.DiscoveryStrategyLevel[] |
DiscoveryStrategyFactory.DiscoveryStrategyLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.