Package | Description |
---|---|
com.hazelcast.spi.discovery |
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
|
com.hazelcast.spi.discovery.multicast |
Contains the hazelcast multicast plugin classes
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiscoveryStrategy
An 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 a ILogger instance. |
Modifier and Type | Method and Description |
---|---|
DiscoveryStrategy |
DiscoveryStrategyFactory.newDiscoveryStrategy(DiscoveryNode discoveryNode,
ILogger logger,
Map<String,Comparable> properties)
Instantiates a new instance of the
DiscoveryStrategy with the given configuration
properties. |
Modifier and Type | Method and Description |
---|---|
Class<? extends DiscoveryStrategy> |
DiscoveryStrategyFactory.getDiscoveryStrategyType()
Returns the type of the
DiscoveryStrategy itself. |
Modifier and Type | Class and Description |
---|---|
class |
MulticastDiscoveryStrategy
The multicast
DiscoveryStrategy . |
Modifier and Type | Method and Description |
---|---|
DiscoveryStrategy |
MulticastDiscoveryStrategyFactory.newDiscoveryStrategy(DiscoveryNode discoveryNode,
ILogger logger,
Map<String,Comparable> prop) |
Modifier and Type | Method and Description |
---|---|
Class<? extends DiscoveryStrategy> |
MulticastDiscoveryStrategyFactory.getDiscoveryStrategyType() |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.