Uses of Class
com.hazelcast.cluster.impl.JoinRequest

Packages that use JoinRequest
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.cluster.impl.operations This package contains operations for the com.hazelcast.cluster.impl package.
 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
 

Uses of JoinRequest in com.hazelcast.cluster.impl
 

Methods in com.hazelcast.cluster.impl that return JoinRequest
 JoinRequest ClusterServiceImpl.checkJoinInfo(Address target)
           
 

Methods in com.hazelcast.cluster.impl with parameters of type JoinRequest
 void ClusterServiceImpl.handleJoinRequest(JoinRequest joinRequest, Connection connection)
           
 void MulticastJoiner.onReceivedJoinRequest(JoinRequest joinRequest)
           
 

Uses of JoinRequest in com.hazelcast.cluster.impl.operations
 

Methods in com.hazelcast.cluster.impl.operations that return JoinRequest
 JoinRequest JoinRequestOperation.getRequest()
           
 

Constructors in com.hazelcast.cluster.impl.operations with parameters of type JoinRequest
JoinCheckOperation(JoinRequest joinRequest)
           
JoinRequestOperation(JoinRequest request)
           
 

Uses of JoinRequest in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return JoinRequest
 JoinRequest Node.createJoinRequest()
           
 JoinRequest Node.createJoinRequest(boolean withCredentials)
           
 



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