com.hazelcast.cluster.impl
Class TcpIpJoiner

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

public class TcpIpJoiner
extends AbstractJoiner


Field Summary
 
Fields inherited from class com.hazelcast.cluster.impl.AbstractJoiner
blacklistedAddresses, config, logger, node
 
Constructor Summary
TcpIpJoiner(Node node)
           
 
Method Summary
 void doJoin()
           
static Collection<String> getConfigurationMembers(Config config)
           
protected  int getConnTimeoutSeconds()
           
protected  Collection<String> getMembers()
           
 String getType()
           
 boolean isClaimingMaster()
           
 void searchForOtherClusters()
           
 
Methods inherited from class com.hazelcast.cluster.impl.AbstractJoiner
blacklist, getMaxJoinMillis, getMaxJoinTimeToMasterNode, getStartTime, getTargetAddress, isBlacklisted, join, reset, setTargetAddress, startClusterMerge, unblacklist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpIpJoiner

public TcpIpJoiner(Node node)
Method Detail

isClaimingMaster

public boolean isClaimingMaster()

getConnTimeoutSeconds

protected int getConnTimeoutSeconds()

doJoin

public void doJoin()
Specified by:
doJoin in class AbstractJoiner

getMembers

protected Collection<String> getMembers()

getConfigurationMembers

public static Collection<String> getConfigurationMembers(Config config)

searchForOtherClusters

public void searchForOtherClusters()

getType

public String getType()


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