Uses of Interface
com.hazelcast.spi.discovery.integration.DiscoveryService
Packages that use DiscoveryService
Package
Description
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).-
Uses of DiscoveryService in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return DiscoveryServiceModifier and TypeMethodDescriptionDiscoveryServiceProvider.newDiscoveryService
(DiscoveryServiceSettings settings) Instantiates a new instance of theDiscoveryService
.