| Package | Description |
|---|---|
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
| com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
| Modifier and Type | Method and Description |
|---|---|
JoinRequest |
Node.createJoinRequest(boolean withCredentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterJoinManager.handleJoinRequest(JoinRequest joinRequest,
Connection connection)
Handle a
JoinRequestOperation:
If this node is not master, reply with a SetMasterOperation to let the joining node know the current
master
Otherwise, if no other join is in progress, execute the JoinRequest
|
| Modifier and Type | Method and Description |
|---|---|
JoinRequest |
JoinRequestOperation.getRequest() |
| Constructor and Description |
|---|
JoinRequestOperation(JoinRequest request) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.