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.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
Readonly version of
DiscoveryConfig |
Modifier and Type | Method and Description |
---|---|
DiscoveryConfig |
DiscoveryConfig.getAsReadOnly() |
DiscoveryConfig |
JoinConfig.getDiscoveryConfig()
Returns the currently defined
DiscoveryConfig |
Modifier and Type | Method and Description |
---|---|
JoinConfig |
JoinConfig.setDiscoveryConfig(DiscoveryConfig discoveryConfig)
Sets a custom defined
DiscoveryConfig |
Modifier and Type | Method and Description |
---|---|
DiscoveryConfig |
DiscoveryServiceSettings.getDiscoveryConfig() |
Modifier and Type | Method and Description |
---|---|
DiscoveryServiceSettings |
DiscoveryServiceSettings.setDiscoveryConfig(DiscoveryConfig discoveryConfig) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.