com.hazelcast.cluster.impl
Class MulticastJoiner

java.lang.Object
  extended by com.hazelcast.cluster.impl.AbstractJoiner
      extended by com.hazelcast.cluster.impl.MulticastJoiner
All Implemented Interfaces:
Joiner

public class MulticastJoiner
extends AbstractJoiner


Field Summary
 
Fields inherited from class com.hazelcast.cluster.impl.AbstractJoiner
blacklistedAddresses, config, logger, node
 
Constructor Summary
MulticastJoiner(Node node)
           
 
Method Summary
 void doJoin()
           
 String getType()
           
 void onReceivedJoinRequest(JoinRequest joinRequest)
           
 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

MulticastJoiner

public MulticastJoiner(Node node)
Method Detail

doJoin

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

searchForOtherClusters

public void searchForOtherClusters()

getType

public String getType()

onReceivedJoinRequest

public void onReceivedJoinRequest(JoinRequest joinRequest)


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