@Beta public interface DiscoveryStrategy
Modifier and Type | Method and Description |
---|---|
void |
destroy()
The stop method is used to stop internal services, sockets or to destroy any
kind of internal state.
|
Iterable<DiscoveryNode> |
discoverNodes()
Returns a set of all discovered nodes based on the defined properties that were used
to create the DiscoveryStrategy instance.
|
void |
start()
The start method is used to initialize internal state and perform any kind of
startup procedure like multicast socket creation.
|
void start()
DiscoveryNode
instance passed to the DiscoveryStrategyFactory
.Iterable<DiscoveryNode> discoverNodes()
void destroy()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.