Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.spi.discovery.integration |
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). |
Modifier and Type | Method and Description |
---|---|
DiscoveryConfig |
ClientNetworkConfig.getDiscoveryConfig()
Returns the configuration of the Hazelcast Discovery SPI and configured discovery providers
|
Modifier and Type | Method and Description |
---|---|
void |
ClientNetworkConfig.setDiscoveryConfig(DiscoveryConfig discoveryConfig)
Defines the Discovery Provider SPI configuration
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryConfig |
DiscoveryConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
DiscoveryConfig |
JoinConfig.getDiscoveryConfig()
Returns the currently defined
DiscoveryConfig |
DiscoveryConfig |
WanPublisherConfig.getDiscoveryConfig()
Returns the currently defined
DiscoveryConfig used by the
discovery mechanism for this WAN publisher. |
Modifier and Type | Method and Description |
---|---|
JoinConfig |
JoinConfig.setDiscoveryConfig(DiscoveryConfig discoveryConfig)
Sets a custom defined
DiscoveryConfig |
WanPublisherConfig |
WanPublisherConfig.setDiscoveryConfig(DiscoveryConfig discoveryConfig)
Sets the
DiscoveryConfig used by the discovery mechanism for
this WAN publisher. |
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
Node.createDiscoveryService(DiscoveryConfig discoveryConfig,
List<DiscoveryStrategyConfig> aliasedDiscoveryConfigs,
Member localMember) |
Modifier and Type | Method and Description |
---|---|
DiscoveryConfig |
DiscoveryServiceSettings.getDiscoveryConfig() |
Modifier and Type | Method and Description |
---|---|
DiscoveryServiceSettings |
DiscoveryServiceSettings.setDiscoveryConfig(DiscoveryConfig discoveryConfig) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.