| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AutoDetectionConfig | 
ClientNetworkConfig.getAutoDetectionConfig()
Returns the configuration of the Auto Detection discovery. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClientNetworkConfig | 
ClientNetworkConfig.setAutoDetectionConfig(AutoDetectionConfig autoDetectionConfig)
Defines the Auto Detection configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AutoDetectionConfig | 
JoinConfig.getAutoDetectionConfig()  | 
AutoDetectionConfig | 
AutoDetectionConfig.setEnabled(boolean enabled)
Enables or disables the auto detection join mechanism. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JoinConfig | 
JoinConfig.setAutoDetectionConfig(AutoDetectionConfig autoDetectionConfig)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.