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 | Method and Description |
---|---|
AwsConfig |
ClientNetworkConfig.getAwsConfig()
Returns the current
AwsConfig . |
Modifier and Type | Method and Description |
---|---|
ClientNetworkConfig |
ClientNetworkConfig.setAwsConfig(AwsConfig clientAwsConfig)
Sets configuration to connect nodes in AWS environment.
|
Modifier and Type | Method and Description |
---|---|
AwsConfig |
WanBatchPublisherConfig.getAwsConfig()
Returns the
AwsConfig used by the discovery mechanism for this
WAN publisher. |
AwsConfig |
JoinConfig.getAwsConfig() |
Modifier and Type | Method and Description |
---|---|
WanBatchPublisherConfig |
WanBatchPublisherConfig.setAwsConfig(AwsConfig awsConfig)
Sets the
AwsConfig used by the discovery mechanism for this
WAN publisher. |
JoinConfig |
JoinConfig.setAwsConfig(AwsConfig awsConfig) |
Constructor and Description |
---|
AwsConfig(AwsConfig awsConfig) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.