com.hazelcast.cluster
Class MulticastJoiner

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

public class MulticastJoiner
extends AbstractJoiner


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

MulticastJoiner

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

doJoin

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

searchForOtherClusters

public void searchForOtherClusters()

getType

public String getType()

onReceivedJoinRequest

public void onReceivedJoinRequest(JoinRequest joinRequest)


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