Package com.hazelcast.client.config
Class ClientCloudConfig
java.lang.Object
com.hazelcast.client.config.ClientCloudConfig
hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhazelcast.cloud discoveryToken of your clusterinthashCode()booleansetDiscoveryToken(String discoveryToken) setEnabled(boolean enabled) toString()
- 
Constructor Details- 
ClientCloudConfigpublic ClientCloudConfig()
- 
ClientCloudConfig
 
- 
- 
Method Details- 
getDiscoveryTokenhazelcast.cloud discoveryToken of your cluster- Returns:
- discoveryToken
 
- 
setDiscoveryToken- Parameters:
- discoveryToken- hazelcast.cloud discoveryToken of your cluster
- Returns:
- configured ClientCloudConfigfor chaining
 
- 
isEnabledpublic boolean isEnabled()- Returns:
- true if enabled, false otherwise
 
- 
setEnabled- Parameters:
- enabled- true to use hazelcast.cloud
- Returns:
- configured ClientCloudConfigfor chaining
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-