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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhazelcast.cloud discoveryToken of your clusterinthashCode()booleansetDiscoveryToken(String discoveryToken) setEnabled(boolean enabled) toString()
-
Constructor Details
-
ClientCloudConfig
public ClientCloudConfig() -
ClientCloudConfig
-
-
Method Details
-
getDiscoveryToken
hazelcast.cloud discoveryToken of your cluster- Returns:
- discoveryToken
-
setDiscoveryToken
- Parameters:
discoveryToken- hazelcast.cloud discoveryToken of your cluster- Returns:
- configured
ClientCloudConfigfor chaining
-
isEnabled
public boolean isEnabled()- Returns:
- true if enabled, false otherwise
-
setEnabled
- Parameters:
enabled- true to use hazelcast.cloud- Returns:
- configured
ClientCloudConfigfor chaining
-
equals
-
hashCode
public int hashCode() -
toString
-