Uses of Package
com.hazelcast.spi.discovery.integration
Package
Description
Provides classes for configuring HazelcastInstance.
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).-
ClassDescriptionThe
DiscoveryServiceProvider
interface provides the possibility to buildDiscoveryService
s. -
ClassDescriptionThe
DiscoveryMode
describes how theDiscoveryStrategy
is going to behave on discovery requests.TheDiscoveryService
interface defines the basic entry point into the Discovery SPI implementation.TheDiscoveryServiceSettings
class is used to pass the necessary configuration to create aDiscoveryService
to theDiscoveryServiceProvider
.