Uses of Package
com.hazelcast.spi.discovery
Package
Description
Provides classes for configuring HazelcastInstance.
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
-
ClassDescriptionThe
DiscoveryStrategyFactory
is the entry point for strategy vendors.The NodeFilter, if supplied, will retrieve all discovered nodes and might apply additional filtering based on vendor provided metadata. -
ClassDescriptionA
DiscoveryNode
describes a nodes addresses (private and if necessary a public one) as well as attributes assigned to this node.TheDiscoveryStrategy
itself is the actual implementation to discover nodes based on whatever environment is used to run the Hazelcast cloud.Level of the discovery strategy. -
ClassDescriptionA
DiscoveryNode
describes a nodes addresses (private and if necessary a public one) as well as attributes assigned to this node. -
ClassDescriptionA common abstract superclass for
DiscoveryStrategy
implementations, offering convenient access to configuration properties (which may be overridden on the system's environment or JVM properties), as well as aILogger
instance.ADiscoveryNode
describes a nodes addresses (private and if necessary a public one) as well as attributes assigned to this node.TheDiscoveryStrategy
itself is the actual implementation to discover nodes based on whatever environment is used to run the Hazelcast cloud.TheDiscoveryStrategyFactory
is the entry point for strategy vendors.