Uses of Interface
com.hazelcast.spi.discovery.DiscoveryStrategy
Packages that use 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
Classes in com.hazelcast.spi.discovery that implement DiscoveryStrategyModifier 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.Methods in com.hazelcast.spi.discovery that return DiscoveryStrategyModifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.Methods in com.hazelcast.spi.discovery that return types with arguments of type DiscoveryStrategyModifier and TypeMethodDescriptionClass<? extends DiscoveryStrategy>
DiscoveryStrategyFactory.getDiscoveryStrategyType()
Returns the type of theDiscoveryStrategy
itself. -
Uses of DiscoveryStrategy in com.hazelcast.spi.discovery.multicast
Classes in com.hazelcast.spi.discovery.multicast that implement DiscoveryStrategyMethods in com.hazelcast.spi.discovery.multicast that return DiscoveryStrategyModifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(ILogger logger, Map<String, Comparable> prop) Methods in com.hazelcast.spi.discovery.multicast that return types with arguments of type DiscoveryStrategyModifier and TypeMethodDescriptionClass<? extends DiscoveryStrategy>
MulticastDiscoveryStrategyFactory.getDiscoveryStrategyType()