Uses of Interface
com.hazelcast.spi.discovery.DiscoveryStrategy
Package
Description
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
Contains the hazelcast multicast plugin classes
-
Uses of DiscoveryStrategy in com.hazelcast.spi.discovery
Modifier and TypeClassDescriptionclass
A common abstract superclass forDiscoveryStrategy
implementations, offering convenient access to configuration properties (which may be overridden on the system's environment or JVM properties), as well as aILogger
instance.Modifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.Modifier and TypeMethodDescriptionClass<? extends DiscoveryStrategy>
DiscoveryStrategyFactory.getDiscoveryStrategyType()
Returns the type of theDiscoveryStrategy
itself. -
Uses of DiscoveryStrategy in com.hazelcast.spi.discovery.multicast
Modifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> prop) Modifier and TypeMethodDescriptionClass<? extends DiscoveryStrategy>
MulticastDiscoveryStrategyFactory.getDiscoveryStrategyType()