public class ClientCloudConfig extends Object
| Constructor and Description | 
|---|
ClientCloudConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDiscoveryToken()
hazelcast.cloud discoveryToken of your cluster 
 | 
boolean | 
isEnabled()  | 
ClientCloudConfig | 
setDiscoveryToken(String discoveryToken)  | 
ClientCloudConfig | 
setEnabled(boolean enabled)  | 
public String getDiscoveryToken()
public ClientCloudConfig setDiscoveryToken(String discoveryToken)
discoveryToken - hazelcast.cloud discoveryToken of your clusterClientCloudConfig for chainingpublic boolean isEnabled()
public ClientCloudConfig setEnabled(boolean enabled)
enabled - true to use hazelcast.cloudClientCloudConfig for chainingCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.