Uses of Class
com.hazelcast.spi.discovery.DiscoveryNode
Packages that use DiscoveryNode
Package
Description
Provides interfaces/classes for Hazelcast AWS.
Provides interfaces/classes for Hazelcast Azure Discovery Provider
Provides interfaces/classes for Hazelcast GCP.
Provides interfaces/classes for Hazelcast Kubernetes Discovery Plugin
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
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).Contains the hazelcast multicast plugin classes
-
Uses of DiscoveryNode in com.hazelcast.aws
Methods in com.hazelcast.aws that return types with arguments of type DiscoveryNodeMethods in com.hazelcast.aws with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionAwsDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of DiscoveryNode in com.hazelcast.azure
Methods in com.hazelcast.azure that return types with arguments of type DiscoveryNodeMethods in com.hazelcast.azure with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionAzureDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode node, ILogger logger, Map<String, Comparable> properties) -
Uses of DiscoveryNode in com.hazelcast.gcp
Methods in com.hazelcast.gcp that return types with arguments of type DiscoveryNodeMethods in com.hazelcast.gcp with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionGcpDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of DiscoveryNode in com.hazelcast.kubernetes
Methods in com.hazelcast.kubernetes with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionHazelcastKubernetesDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of DiscoveryNode in com.hazelcast.spi.discovery
Subclasses of DiscoveryNode in com.hazelcast.spi.discoveryModifier and TypeClassDescriptionfinal class
Simple immutable implementation of theDiscoveryNode
interface for convenience when implementing aDiscoveryStrategy
.Methods in com.hazelcast.spi.discovery that return types with arguments of type DiscoveryNodeModifier and TypeMethodDescriptionDiscoveryStrategy.discoverNodes()
Returns a set of all discovered nodes based on the defined properties that were used to create theDiscoveryStrategy
instance.Methods in com.hazelcast.spi.discovery with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.boolean
NodeFilter.test
(DiscoveryNode candidate) Accepts or denies aDiscoveryNode
based on the implemented rules. -
Uses of DiscoveryNode in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return DiscoveryNodeMethods in com.hazelcast.spi.discovery.integration that return types with arguments of type DiscoveryNodeModifier and TypeMethodDescriptionDiscoveryService.discoverNodes()
Returns a discovered and filtered, if aNodeFilter
is setup, set of discovered nodes to connect to.Methods in com.hazelcast.spi.discovery.integration with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionDiscoveryServiceSettings.setDiscoveryNode
(DiscoveryNode discoveryNode) -
Uses of DiscoveryNode in com.hazelcast.spi.discovery.multicast
Methods in com.hazelcast.spi.discovery.multicast that return types with arguments of type DiscoveryNodeMethods in com.hazelcast.spi.discovery.multicast with parameters of type DiscoveryNodeModifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> prop) Constructors in com.hazelcast.spi.discovery.multicast with parameters of type DiscoveryNodeModifierConstructorDescriptionMulticastDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties)