Uses of Package
com.hazelcast.spi.discovery
Packages that use com.hazelcast.spi.discovery
Package
Description
Provides interfaces/classes for Hazelcast AWS.
Provides interfaces/classes for Hazelcast Azure Discovery Provider
Provides classes for configuring HazelcastInstance.
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
-
Classes in com.hazelcast.spi.discovery used by com.hazelcast.awsClassDescriptionA 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.Level of the discovery strategy. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.azureClassDescriptionA 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.Level of the discovery strategy. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.configClassDescriptionThe
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. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.gcpClassDescriptionA 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.Level of the discovery strategy. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.kubernetesClassDescriptionA
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.TheDiscoveryStrategyFactory
is the entry point for strategy vendors.Level of the discovery strategy. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.spi.discoveryClassDescriptionA
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. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.spi.discovery.integrationClassDescriptionA
DiscoveryNode
describes a nodes addresses (private and if necessary a public one) as well as attributes assigned to this node. -
Classes in com.hazelcast.spi.discovery used by com.hazelcast.spi.discovery.multicastClassDescriptionA 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.