Uses of Class
com.hazelcast.config.AutoDetectionConfig
Packages that use AutoDetectionConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of AutoDetectionConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return AutoDetectionConfigModifier and TypeMethodDescriptionClientNetworkConfig.getAutoDetectionConfig()
Returns the configuration of the Auto Detection discovery.Methods in com.hazelcast.client.config with parameters of type AutoDetectionConfigModifier and TypeMethodDescriptionClientNetworkConfig.setAutoDetectionConfig
(AutoDetectionConfig autoDetectionConfig) Defines the Auto Detection configuration. -
Uses of AutoDetectionConfig in com.hazelcast.config
Methods in com.hazelcast.config that return AutoDetectionConfigModifier and TypeMethodDescriptionJoinConfig.getAutoDetectionConfig()
AutoDetectionConfig.setEnabled
(boolean enabled) Enables or disables the auto detection join mechanism.Methods in com.hazelcast.config with parameters of type AutoDetectionConfigModifier and TypeMethodDescriptionJoinConfig.setAutoDetectionConfig
(AutoDetectionConfig autoDetectionConfig)