com.hazelcast.cluster.impl
Class TcpIpJoiner
java.lang.Object
com.hazelcast.cluster.impl.AbstractJoiner
com.hazelcast.cluster.impl.TcpIpJoiner
- All Implemented Interfaces:
- Joiner
- Direct Known Subclasses:
- TcpIpJoinerOverAWS
public class TcpIpJoiner
- extends AbstractJoiner
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 |
TcpIpJoiner
public TcpIpJoiner(Node node)
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.