com.hazelcast.client.config
Class ClientAwsConfig

java.lang.Object
  extended by com.hazelcast.config.AwsConfig
      extended by com.hazelcast.client.config.ClientAwsConfig

public class ClientAwsConfig
extends AwsConfig

The AWSConfig contains the configuration for client to connect to nodes in aws environment.


Constructor Summary
ClientAwsConfig()
           
 
Method Summary
 boolean isInsideAws()
          If client is inside aws, it will use private ip addresses directly, otherwise it will convert private ip addresses to public addresses internally by calling AWS API.
 ClientAwsConfig setInsideAws(boolean insideAws)
          Set to true if client is inside aws environment Default value is false.
 
Methods inherited from class com.hazelcast.config.AwsConfig
getAccessKey, getConnectionTimeoutSeconds, getHostHeader, getRegion, getSecretKey, getSecurityGroupName, getTagKey, getTagValue, isEnabled, setAccessKey, setConnectionTimeoutSeconds, setEnabled, setHostHeader, setRegion, setSecretKey, setSecurityGroupName, setTagKey, setTagValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientAwsConfig

public ClientAwsConfig()
Method Detail

isInsideAws

public boolean isInsideAws()
If client is inside aws, it will use private ip addresses directly, otherwise it will convert private ip addresses to public addresses internally by calling AWS API.

Returns:
boolean true if client is inside aws environment.

setInsideAws

public ClientAwsConfig setInsideAws(boolean insideAws)
Set to true if client is inside aws environment Default value is false.

Parameters:
insideAws - isInsideAws


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.