Uses of Class
com.hazelcast.spi.discovery.DiscoveryNode
Packages that use DiscoveryNode
Package
Description
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.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 TypeMethodDescriptionboolean
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 set up, 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 DiscoveryNode