Uses of Class
com.hazelcast.config.AzureConfig
Packages that use AzureConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of AzureConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return AzureConfigModifier and TypeMethodDescriptionClientNetworkConfig.getAzureConfig()
Returns the currentAzureConfig
.Methods in com.hazelcast.client.config with parameters of type AzureConfigModifier and TypeMethodDescriptionClientNetworkConfig.setAzureConfig
(AzureConfig azureConfig) Sets configuration to connect nodes in Azure environment. -
Uses of AzureConfig in com.hazelcast.config
Methods in com.hazelcast.config that return AzureConfigModifier and TypeMethodDescriptionJoinConfig.getAzureConfig()
WanBatchPublisherConfig.getAzureConfig()
Returns theAzureConfig
used by the discovery mechanism for this WAN publisher.Methods in com.hazelcast.config with parameters of type AzureConfigModifier and TypeMethodDescriptionJoinConfig.setAzureConfig
(AzureConfig azureConfig) WanBatchPublisherConfig.setAzureConfig
(AzureConfig azureConfig) Sets theAzureConfig
used by the discovery mechanism for this WAN publisher.Constructors in com.hazelcast.config with parameters of type AzureConfig