com.hazelcast.cluster
Class TcpIpJoinerOverAWS

java.lang.Object
  extended by com.hazelcast.cluster.AbstractJoiner
      extended by com.hazelcast.cluster.TcpIpJoiner
          extended by com.hazelcast.cluster.TcpIpJoinerOverAWS
All Implemented Interfaces:
com.hazelcast.cluster.Joiner

public class TcpIpJoinerOverAWS
extends com.hazelcast.cluster.TcpIpJoiner


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hazelcast.cluster.TcpIpJoiner
com.hazelcast.cluster.TcpIpJoiner.MasterClaim
 
Field Summary
 
Fields inherited from class com.hazelcast.cluster.AbstractJoiner
config, node, systemLogService
 
Constructor Summary
TcpIpJoinerOverAWS(com.hazelcast.instance.Node node)
           
 
Method Summary
protected  int getConnTimeoutSeconds()
           
protected  Collection<String> getMembers()
           
 String getType()
           
 
Methods inherited from class com.hazelcast.cluster.TcpIpJoiner
doJoin, getConfigurationMembers, searchForOtherClusters
 
Methods inherited from class com.hazelcast.cluster.AbstractJoiner
connectAndSendJoinRequest, failedJoiningToMaster, getStartTime, getTargetAddress, join, reset, setTargetAddress, startClusterMerge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpIpJoinerOverAWS

public TcpIpJoinerOverAWS(com.hazelcast.instance.Node node)
Method Detail

getMembers

protected Collection<String> getMembers()
Overrides:
getMembers in class com.hazelcast.cluster.TcpIpJoiner

getConnTimeoutSeconds

protected int getConnTimeoutSeconds()
Overrides:
getConnTimeoutSeconds in class com.hazelcast.cluster.TcpIpJoiner

getType

public String getType()
Specified by:
getType in interface com.hazelcast.cluster.Joiner
Overrides:
getType in class com.hazelcast.cluster.TcpIpJoiner


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