Package com.hazelcast.config
Class AzureConfig
- All Implemented Interfaces:
DataSerializable
,IdentifiedDataSerializable
Configuration for the Azure Discovery Strategy.
-
Constructor Summary
ConstructorDescriptionAzureConfig
(AzureConfig azureConfig) AzureConfig
(String tag, boolean enabled, boolean usePublicIp, Map<String, String> properties) -
Method Summary
Methods inherited from class com.hazelcast.config.AliasedDiscoveryConfig
equals, getFactoryId, getProperties, getProperty, getTag, hashCode, isEnabled, isUsePublicIp, readData, setEnabled, setProperty, setUsePublicIp, toString, writeData
-
Constructor Details
-
AzureConfig
public AzureConfig() -
AzureConfig
-
AzureConfig
-
-
Method Details
-
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializable
Returns type identifier for this class. It should be unique per DataSerializableFactory.- Returns:
- type ID
-