Package com.hazelcast.config
Class EurekaConfig
- All Implemented Interfaces:
DataSerializable
,IdentifiedDataSerializable
Configuration for the Eureka Discovery Strategy.
-
Constructor Summary
ConstructorDescriptionEurekaConfig
(EurekaConfig eurekaConfig) EurekaConfig
(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
-
EurekaConfig
public EurekaConfig() -
EurekaConfig
-
EurekaConfig
-
-
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
-