public class TcpIpJoiner extends AbstractJoiner
blacklistedAddresses, clusterJoinManager, clusterService, config, logger, node
Constructor and Description |
---|
TcpIpJoiner(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
doJoin() |
static Collection<String> |
getConfigurationMembers(Config config) |
protected int |
getConnTimeoutSeconds() |
protected Collection<String> |
getMembers() |
protected Collection<Address> |
getPossibleAddresses() |
String |
getType() |
boolean |
isClaimingMaster() |
void |
searchForOtherClusters() |
blacklist, getMaxJoinMillis, getMaxJoinTimeToMasterNode, getStartTime, getTargetAddress, isBlacklisted, join, reset, setTargetAddress, startClusterMerge, unblacklist
public TcpIpJoiner(Node node)
public boolean isClaimingMaster()
protected int getConnTimeoutSeconds()
public void doJoin()
doJoin
in class AbstractJoiner
protected Collection<Address> getPossibleAddresses()
protected Collection<String> getMembers()
public static Collection<String> getConfigurationMembers(Config config)
public void searchForOtherClusters()
public String getType()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.