Package com.hazelcast.config
Class KubernetesConfig
- All Implemented Interfaces:
 DataSerializable,IdentifiedDataSerializable
Configuration for the Kubernetes Discovery Strategy.
- 
Constructor Summary
ConstructorsConstructorDescriptionKubernetesConfig(KubernetesConfig kubernetesConfig) KubernetesConfig(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
- 
KubernetesConfig
public KubernetesConfig() - 
KubernetesConfig
 - 
KubernetesConfig
 
 - 
 - 
Method Details
- 
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializableReturns type identifier for this class. It should be unique per DataSerializableFactory.- Returns:
 - type ID
 
 
 -