Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientAwsConfig
The AWSConfig contains the configuration for client
to connect to nodes in aws environment.
|
Modifier and Type | Method and Description |
---|---|
AwsConfig |
WanPublisherConfig.getAwsConfig() |
AwsConfig |
JoinConfig.getAwsConfig() |
AwsConfig |
AwsConfig.setAccessKey(String accessKey)
Sets the access key to access AWS.
|
AwsConfig |
AwsConfig.setConnectionTimeoutSeconds(int connectionTimeoutSeconds)
Sets the connect timeout in seconds.
|
AwsConfig |
AwsConfig.setEnabled(boolean enabled)
Enables or disables the AWS join mechanism.
|
AwsConfig |
AwsConfig.setHostHeader(String hostHeader)
Sets the host header; the address where the EC2 API can be found.
|
AwsConfig |
AwsConfig.setIamRole(String iamRole)
Sets the tag value.
|
AwsConfig |
AwsConfig.setRegion(String region)
Sets the region where the EC2 instances running the Hazelcast members will be running.
|
AwsConfig |
AwsConfig.setSecretKey(String secretKey)
Sets the secret key to access AWS.
|
AwsConfig |
AwsConfig.setSecurityGroupName(String securityGroupName)
Sets the security group name.
|
AwsConfig |
AwsConfig.setTagKey(String tagKey)
Sets the tag key.
|
AwsConfig |
AwsConfig.setTagValue(String tagValue)
Sets the tag value.
|
Modifier and Type | Method and Description |
---|---|
WanPublisherConfig |
WanPublisherConfig.setAwsConfig(AwsConfig awsConfig) |
JoinConfig |
JoinConfig.setAwsConfig(AwsConfig awsConfig) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.