Uses of Class
com.hazelcast.spi.discovery.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
Modifier and TypeClassDescriptionfinal class
Simple immutable implementation of theDiscoveryNode
interface for convenience when implementing aDiscoveryStrategy
.Modifier and TypeMethodDescriptionDiscoveryStrategy.discoverNodes()
Returns a set of all discovered nodes based on the defined properties that were used to create theDiscoveryStrategy
instance.Modifier and TypeMethodDescriptionboolean
NodeFilter.test
(DiscoveryNode candidate) Accepts or denies aDiscoveryNode
based on the implemented rules. -
Uses of DiscoveryNode in com.hazelcast.spi.discovery.integration
Modifier and TypeMethodDescriptionDiscoveryService.discoverNodes()
Returns a discovered and filtered, if aNodeFilter
is set up, set of discovered nodes to connect to.Modifier and TypeMethodDescriptionDiscoveryServiceSettings.setDiscoveryNode
(DiscoveryNode discoveryNode) -
Uses of DiscoveryNode in com.hazelcast.spi.discovery.multicast