com.hazelcast.cluster
Class TcpIpJoiner

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

public class TcpIpJoiner
extends AbstractJoiner


Nested Class Summary
static class TcpIpJoiner.MasterClaim
           
 
Field Summary
 
Fields inherited from class com.hazelcast.cluster.AbstractJoiner
config, logger, node, systemLogService
 
Constructor Summary
TcpIpJoiner(com.hazelcast.instance.Node node)
           
 
Method Summary
 void doJoin(AtomicBoolean joined)
           
static Collection<String> getConfigurationMembers(Config config)
           
protected  int getConnTimeoutSeconds()
           
protected  Collection<String> getMembers()
           
 String getType()
           
 void 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

TcpIpJoiner

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

getConnTimeoutSeconds

protected int getConnTimeoutSeconds()

doJoin

public void doJoin(AtomicBoolean joined)
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 © 2014 Hazelcast, Inc.. All Rights Reserved.